Skip to content

Commit

Permalink
test: bump seq version to 2.2.9 in test01.set
Browse files Browse the repository at this point in the history
attempt to fix a compilation failure on VS2017
(see epics-base/ci-scripts#63 (comment))
  • Loading branch information
ralphlange committed Jan 17, 2022
1 parent 75d2911 commit 93062ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cue-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_IncludeSetupFirstSetWins(self):
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()
Expand Down
2 changes: 1 addition & 1 deletion test01.set
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MODULES="sncseq"

BASE=7.0
SNCSEQ=R2-2-8
SNCSEQ=R2-2-9

0 comments on commit 93062ba

Please sign in to comment.