We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d2911 commit 93062baCopy full SHA for 93062ba
2 files changed
cue-test.py
@@ -111,7 +111,7 @@ def test_IncludeSetupFirstSetWins(self):
111
self.assertEqual(cue.setup['FOO'], 'bar', 'Setting of single word does not work')
112
self.assertEqual(cue.setup['FOO2'], 'bar bar2', 'Setting of multiple words does not work')
113
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')
+ self.assertEqual(cue.setup['SNCSEQ'], 'R2-2-9', 'Setup test01 was not included')
115
116
def test_DoubleIncludeGetsIgnored(self):
117
capturedOutput = getStringIO()
test01.set
@@ -1,4 +1,4 @@
1
MODULES="sncseq"
2
3
BASE=7.0
4
-SNCSEQ=R2-2-8
+SNCSEQ=R2-2-9
0 commit comments