diff options
author | thdox <thdox@free.fr> | 2015-02-25 19:03:29 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-07-31 22:51:54 +0200 |
commit | 4cad4b327d462b0115bea44a219a5a32f4b19bfc (patch) | |
tree | 19583c06b41a42a35fc5ca8b211bfe0179442cbe /test/regress/25A099C9.test | |
parent | 523413d8f14d3896ed3ffc2cd4e3fcd585044fef (diff) | |
download | fork-ledger-4cad4b327d462b0115bea44a219a5a32f4b19bfc.tar.gz fork-ledger-4cad4b327d462b0115bea44a219a5a32f4b19bfc.tar.bz2 fork-ledger-4cad4b327d462b0115bea44a219a5a32f4b19bfc.zip |
Revert "Disable three tests preventing Jenkins from succeeding"
This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749.
Diffstat (limited to 'test/regress/25A099C9.test')
-rw-r--r-- | test/regress/25A099C9.test | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/test/regress/25A099C9.test b/test/regress/25A099C9.test new file mode 100644 index 00000000..e511c799 --- /dev/null +++ b/test/regress/25A099C9.test @@ -0,0 +1,43 @@ +test -f test/garbage-input.dat reg -> 20 +__ERROR__ +While parsing file "$sourcepath/test/garbage-input.dat", line 2: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 33: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 37: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 66: +Error: No quantity specified for amount +While parsing file "$sourcepath/test/garbage-input.dat", line 69: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 83: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 93: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 99: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 121: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 132: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 711: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 741: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 749: +Error: Unexpected whitespace at beginning of line +While parsing file "$sourcepath/test/garbage-input.dat", line 752: +Error: Invalid date/time: line amount_t amoun +While parsing file "$sourcepath/test/garbage-input.dat", line 758: +Error: Invalid date/time: line string amount_ +While parsing file "$sourcepath/test/garbage-input.dat", line 764: +Error: Invalid date/time: line string amount_ +While parsing file "$sourcepath/test/garbage-input.dat", line 770: +Error: Invalid date/time: line string amount_ +While parsing file "$sourcepath/test/garbage-input.dat", line 776: +Error: Invalid date/time: line std::ostream& +While parsing file "$sourcepath/test/garbage-input.dat", line 783: +Error: Invalid date/time: line std::istream& +While parsing file "$sourcepath/test/garbage-input.dat", line 789: +Error: Unexpected whitespace at beginning of line +end test |