From 9795efc154c744aa20c86048f01a6a531fd57397 Mon Sep 17 00:00:00 2001 From: Dariusz Murakowski Date: Mon, 17 Feb 2014 05:38:15 -0500 Subject: [PATCH] Update unit tests for separate .st and .ep files. --- test/importState.test | 2 +- test/importState.test.ep | 2 ++ test/importState.test.st | 2 -- test/verbose.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 test/importState.test.ep diff --git a/test/importState.test b/test/importState.test index 1b09ded..f36b615 100755 --- a/test/importState.test +++ b/test/importState.test @@ -2,5 +2,5 @@ WF=../wf -${WF} -seed 66314 -r -n 100000 -g 3 -numruns 2 -i importState.test -s importState.test -o importState.test +${WF} -seed 66314 -r -n 100000 -g 3 -numruns 2 -i importState.test -s importState.test -e importState.test -o importState.test diff --git a/test/importState.test.ep b/test/importState.test.ep new file mode 100644 index 0000000..b152847 --- /dev/null +++ b/test/importState.test.ep @@ -0,0 +1,2 @@ +24 25 26 27 28 29 31 32 +30 diff --git a/test/importState.test.st b/test/importState.test.st index 3fde057..c1b74f6 100644 --- a/test/importState.test.st +++ b/test/importState.test.st @@ -1,3 +1 @@ 1.000000e+00 30 57 60 74 78 90; -24 25 26 27 28 29 31 32 -30 diff --git a/test/verbose.test b/test/verbose.test index b0cffba..c67dc90 100755 --- a/test/verbose.test +++ b/test/verbose.test @@ -2,5 +2,5 @@ WF=../wf -${WF} -seed 66314 -r -v -n 100000 -g 3 -numruns 2 -i importState.test -s importState.test -o verbose.test +${WF} -seed 66314 -r -v -n 100000 -g 3 -numruns 2 -i importState.test -s importState.test -e importState.test -o verbose.test -- 2.7.4