Skip to content

Commit 93062ba

Browse files
committed
test: bump seq version to 2.2.9 in test01.set
attempt to fix a compilation failure on VS2017 (see #63 (comment))
1 parent 75d2911 commit 93062ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cue-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_IncludeSetupFirstSetWins(self):
111111
self.assertEqual(cue.setup['FOO'], 'bar', 'Setting of single word does not work')
112112
self.assertEqual(cue.setup['FOO2'], 'bar bar2', 'Setting of multiple words does not work')
113113
self.assertEqual(cue.setup['FOO3'], 'bar bar2', 'Indented setting of multiple words does not work')
114-
self.assertEqual(cue.setup['SNCSEQ'], 'R2-2-8', 'Setup test01 was not included')
114+
self.assertEqual(cue.setup['SNCSEQ'], 'R2-2-9', 'Setup test01 was not included')
115115

116116
def test_DoubleIncludeGetsIgnored(self):
117117
capturedOutput = getStringIO()

test01.set

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MODULES="sncseq"
22

33
BASE=7.0
4-
SNCSEQ=R2-2-8
4+
SNCSEQ=R2-2-9

0 commit comments

Comments
 (0)