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/baseline/opt-lots-actual.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/baseline/opt-lots-actual.test')
-rw-r--r-- | test/baseline/opt-lots-actual.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/baseline/opt-lots-actual.test b/test/baseline/opt-lots-actual.test index 7a19f7da..395b0eaf 100644 --- a/test/baseline/opt-lots-actual.test +++ b/test/baseline/opt-lots-actual.test @@ -1,22 +1,22 @@ -reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots -<<< D 1.0000s 2006/03/14 Opening Balances Assets:Tajer 1339829c @ 1.86590975416s Assets:Gruulmorg 248720c @ 10.051463493s Equity:Gold -5000000s ->>>1 + +test reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots 1339829c {1.86590975416s} [2006/03/14] 1339829c {1.86590975416s} [2006/03/14] 248720c {10.051463493s} [2006/03/14] 1339829c {1.86590975416s} [2006/03/14] 248720c {10.051463493s} [2006/03/14] -1388.89h -=== 0 -reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots-actual ->>>1 +end test + +test reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots-actual 1339829c 1588549c 1588549c -1388.89h +end test |