~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to tests/resources/projector/data.py

  • Committer: Ken Roberts
  • Date: 2018-02-11 11:42:13 UTC
  • mto: This revision was merged to the branch mainline in revision 2813.
  • Revision ID: alisonken1@gmail.com-20180211114213-4n5c5byzl3e99rn9
PJLink2 Update P

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                  serial_no='Serial Number 1',
46
46
                  sw_version='Version 1',
47
47
                  model_filter='Filter type 1',
48
 
                  model_lamp='Lamp type 1')
 
48
                  model_lamp='Lamp type 1',
 
49
                  mac_adx='11:11:11:11:11:11')
49
50
 
50
51
TEST2_DATA = dict(ip='222.222.222.222',
51
52
                  port='2222',
56
57
                  serial_no='Serial Number 2',
57
58
                  sw_version='Version 2',
58
59
                  model_filter='Filter type 2',
59
 
                  model_lamp='Lamp type 2')
 
60
                  model_lamp='Lamp type 2',
 
61
                  mac_adx='22:22:22:22:22:22')
60
62
 
61
63
TEST3_DATA = dict(ip='333.333.333.333',
62
64
                  port='3333',
67
69
                  serial_no='Serial Number 3',
68
70
                  sw_version='Version 3',
69
71
                  model_filter='Filter type 3',
70
 
                  model_lamp='Lamp type 3')
 
72
                  model_lamp='Lamp type 3',
 
73
                  mac_adx='33:33:33:33:33:33')
71
74
 
72
75
TEST_VIDEO_CODES = {
73
76
    '11': 'RGB 1',