diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:31:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 18:11:26 -0500 |
commit | 9c62463f84dc398b41b387fbacce31abed7e4839 (patch) | |
tree | ba73122f301f477b8a4174bd1c3ff27334709ad0 /test/regress/2E3496BD.test | |
parent | 512542552b3e3e78f610f3d3f2fd1c8169188324 (diff) | |
download | fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.gz fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.bz2 fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.zip |
Changed testing format to aid with debugging
Diffstat (limited to 'test/regress/2E3496BD.test')
-rw-r--r-- | test/regress/2E3496BD.test | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/regress/2E3496BD.test b/test/regress/2E3496BD.test index 466464b3..82c7cde7 100644 --- a/test/regress/2E3496BD.test +++ b/test/regress/2E3496BD.test @@ -1,12 +1,11 @@ -bal -<<< D 1,000.00 USD 2007-12-31 * Start of year / Opening balances. Account1 1000 EUR @ 1.6 USD Account2 -1000 EUR @ 1.5 USD ->>>1 ->>>2 + +test bal -> 1 +__ERROR__ While parsing file "$FILE", line 5: While balancing transaction from "$FILE", lines 3-5: > 2007-12-31 * Start of year / Opening balances. @@ -17,4 +16,4 @@ Unbalanced remainder is: Amount to balance against: 1,600.00 USD Error: Transaction does not balance -=== 1 +end test |