From 93062ba941879f5eeaef40308b406c9d5dbf51c5 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 17 Jan 2022 18:38:59 +0100 Subject: [PATCH] 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) --- cue-test.py | 2 +- test01.set | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cue-test.py b/cue-test.py index 562a6bd..f45963b 100644 --- a/cue-test.py +++ b/cue-test.py @@ -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['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['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): capturedOutput = getStringIO() diff --git a/test01.set b/test01.set index 2583e99..c5dc752 100644 --- a/test01.set +++ b/test01.set @@ -1,4 +1,4 @@ MODULES="sncseq" BASE=7.0 -SNCSEQ=R2-2-8 +SNCSEQ=R2-2-9