diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-23 17:39:52 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-23 17:39:52 -0400 |
commit | a0a014b334301323f92397b18221950ae479d1c1 (patch) | |
tree | 1d25e5f94650bc3314c308527ca6448cb9d31765 /test/regress/2E3496BD.test | |
parent | 72a5e972c7467a113834221ccd18c38fe60a720b (diff) | |
download | fork-ledger-a0a014b334301323f92397b18221950ae479d1c1.tar.gz fork-ledger-a0a014b334301323f92397b18221950ae479d1c1.tar.bz2 fork-ledger-a0a014b334301323f92397b18221950ae479d1c1.zip |
Allow $FILE in regression test error output match
Diffstat (limited to 'test/regress/2E3496BD.test')
-rw-r--r-- | test/regress/2E3496BD.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/2E3496BD.test b/test/regress/2E3496BD.test index 77a91a33..9ed0237b 100644 --- a/test/regress/2E3496BD.test +++ b/test/regress/2E3496BD.test @@ -7,8 +7,8 @@ D 1,000.00 USD Account2 -1000 EUR @ 1.5 USD >>>1 >>>2 -While parsing file "bug.dat", line 8: -While balancing entry from "bug.dat", lines 6-8: +While parsing file "$FILE", line 5: +While balancing entry from "$FILE", lines 3-5: > 2007-12-31 * Start of year / Opening balances. > Account1 1000 EUR @ 1.6 USD > Account2 -1000 EUR @ 1.5 USD |