test: bump seq version to 2.2.9 in test01.set
attempt to fix a compilation failure on VS2017 (see https://github.com/epics-base/ci-scripts/pull/63#issuecomment-1012611739)
This commit is contained in:
@@ -111,7 +111,7 @@ class TestSourceSet(unittest.TestCase):
|
|||||||
self.assertEqual(cue.setup['FOO'], 'bar', 'Setting of single word does not work')
|
self.assertEqual(cue.setup['FOO'], 'bar', 'Setting of single word does not work')
|
||||||
self.assertEqual(cue.setup['FOO2'], 'bar bar2', 'Setting of multiple words does not work')
|
self.assertEqual(cue.setup['FOO2'], 'bar bar2', 'Setting of multiple words does not work')
|
||||||
self.assertEqual(cue.setup['FOO3'], 'bar bar2', 'Indented setting of multiple words does not work')
|
self.assertEqual(cue.setup['FOO3'], 'bar bar2', 'Indented setting of multiple words does not work')
|
||||||
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')
|
||||||
|
|
||||||
def test_DoubleIncludeGetsIgnored(self):
|
def test_DoubleIncludeGetsIgnored(self):
|
||||||
capturedOutput = getStringIO()
|
capturedOutput = getStringIO()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
MODULES="sncseq"
|
MODULES="sncseq"
|
||||||
|
|
||||||
BASE=7.0
|
BASE=7.0
|
||||||
SNCSEQ=R2-2-8
|
SNCSEQ=R2-2-9
|
||||||
|
|||||||
Reference in New Issue
Block a user