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-exact.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-exact.test')
-rw-r--r-- | test/baseline/opt-exact.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-exact.test b/test/baseline/opt-exact.test index c527d8df..c6efe46c 100644 --- a/test/baseline/opt-exact.test +++ b/test/baseline/opt-exact.test @@ -1,5 +1,3 @@ -reg --weekly --exact books -<<< 2008/01/01 January Expenses:Books $10.00 Assets:Cash @@ -191,7 +189,8 @@ reg --weekly --exact books 2009/12/31 End of December Expenses:Books $120.00 Assets:Cash ->>>1 + +test reg --weekly --exact books 08-Jan-01 - 08-Jan-01 Expenses:Books $10.00 $10.00 08-Jan-31 - 08-Feb-01 Expenses:Books $30.00 $40.00 08-Feb-28 - 08-Mar-01 Expenses:Books $50.00 $90.00 @@ -221,3 +220,4 @@ reg --weekly --exact books 09-Nov-01 - 09-Nov-01 Expenses:Books $110.00 $2770.00 09-Nov-30 - 09-Dec-01 Expenses:Books $230.00 $3000.00 09-Dec-31 - 09-Dec-31 Expenses:Books $120.00 $3120.00 +end test |