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/8254755E.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/8254755E.test')
-rw-r--r-- | test/regress/8254755E.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/regress/8254755E.test b/test/regress/8254755E.test index b86fb38d..e3b85c1e 100644 --- a/test/regress/8254755E.test +++ b/test/regress/8254755E.test @@ -1,5 +1,3 @@ -bal --flat food:out --now=2009/12/31 -<<< ~ Monthly Expenses:Auto:Fuel $120.00 Expenses:Food:Out $100.00 @@ -9,9 +7,11 @@ bal --flat food:out --now=2009/12/31 2009/11/01 Expenses:Food:Out $50.00 Assets ->>>1 + +test bal --flat food:out --now=2009/12/31 $50.00 Expenses:Food:Out -=== 0 -bal --flat --budget food:out --now=2009/12/31 ->>>1 +end test + +test bal --flat --budget food:out --now=2009/12/31 $-150.00 Expenses:Food:Out +end test |