Update unit tests for separate .st and .ep files.
authorDariusz Murakowski <murakdar@mit.edu>
Mon, 17 Feb 2014 10:38:15 +0000 (05:38 -0500)
committerDariusz Murakowski <murakdar@mit.edu>
Mon, 17 Feb 2014 10:38:15 +0000 (05:38 -0500)
test/importState.test
test/importState.test.ep [new file with mode: 0644]
test/importState.test.st
test/verbose.test

index 1b09ded..f36b615 100755 (executable)
@@ -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 (file)
index 0000000..b152847
--- /dev/null
@@ -0,0 +1,2 @@
+24     25      26      27      28      29      31      32
+30
index 3fde057..c1b74f6 100644 (file)
@@ -1,3 +1 @@
 1.000000e+00   30      57      60      74      78      90;
-24     25      26      27      28      29      31      32
-30
index b0cffba..c67dc90 100755 (executable)
@@ -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