From 4cad4b327d462b0115bea44a219a5a32f4b19bfc Mon Sep 17 00:00:00 2001 From: thdox Date: Wed, 25 Feb 2015 19:03:29 +0100 Subject: Revert "Disable three tests preventing Jenkins from succeeding" This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. --- test/baseline/opt-file.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/baseline/opt-file.test (limited to 'test/baseline/opt-file.test') diff --git a/test/baseline/opt-file.test b/test/baseline/opt-file.test new file mode 100644 index 00000000..66d0ab1b --- /dev/null +++ b/test/baseline/opt-file.test @@ -0,0 +1,12 @@ +test -f opt-file-does-not-exist.dat bal -> 1 +__ERROR__ +Error: Cannot read journal file "$sourcepath/opt-file-does-not-exist.dat" +end test + +test -f test/baseline/opt-file1.dat -f test/baseline/opt-file2.dat bal + 10 A + -10 C +-------------------- + 0 +end test + -- cgit v1.2.3