~tomasgroth/openlp/portable-path

« back to all changes in this revision

Viewing changes to tests/openlp_core/projectors/test_projector_bugfixes_01.py

  • Committer: Tomas Groth
  • Date: 2019-04-30 19:02:42 UTC
  • mfrom: (2829.2.32 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20190430190242-6zwjk8724tyux70m
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
###############################################################################
5
5
# OpenLP - Open Source Lyrics Projection                                      #
6
6
# --------------------------------------------------------------------------- #
7
 
# Copyright (c) 2008-2015 OpenLP Developers                                   #
 
7
# Copyright (c) 2008-2019 OpenLP Developers                                   #
8
8
# --------------------------------------------------------------------------- #
9
9
# This program is free software; you can redistribute it and/or modify it     #
10
10
# under the terms of the GNU General Public License as published by the Free  #
24
24
"""
25
25
from unittest import TestCase
26
26
 
 
27
 
27
28
# from openlp.core.projectors.db import Projector
28
29
# from openlp.core.projectors.pjlink import PJLink
29
30
# from tests.resources.projector.data import TEST1_DATA
33
34
    """
34
35
    Tests for the PJLink module bugfixes
35
36
    """
36
 
    def bug_1550891_process_clss_nonstandard_reply_1(self):
 
37
    def test_bug_1550891_process_clss_nonstandard_reply_1(self):
37
38
        """
38
39
        Bugfix 1550891: CLSS request returns non-standard reply with Optoma/Viewsonic projector
39
40
        """
41
42
        # Keeping here for bug reference
42
43
        pass
43
44
 
44
 
    def bug_1550891_process_clss_nonstandard_reply_2(self):
 
45
    def test_bug_1550891_process_clss_nonstandard_reply_2(self):
45
46
        """
46
47
        Bugfix 1550891: CLSS request returns non-standard reply with BenQ projector
47
48
        """
49
50
        # Keeping here for bug reference
50
51
        pass
51
52
 
52
 
    def bug_1593882_no_pin_authenticated_connection(self):
 
53
    def test_bug_1593882_no_pin_authenticated_connection(self):
53
54
        """
54
55
        Test bug 1593882 no pin and authenticated request exception
55
56
        """
57
58
        # Keeping here for bug reference
58
59
        pass
59
60
 
60
 
    def bug_1593883_pjlink_authentication(self):
 
61
    def test_bug_1593883_pjlink_authentication(self):
61
62
        """
62
63
        Test bugfix 1593883 pjlink authentication and ticket 92187
63
64
        """
65
66
        # Keeping here for bug reference
66
67
        pass
67
68
 
68
 
    def bug_1734275_process_lamp_nonstandard_reply(self):
 
69
    def test_bug_1734275_process_lamp_nonstandard_reply(self):
69
70
        """
70
71
        Test bugfix 17342785 non-standard LAMP response with one lamp hours only
71
72
        """