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-forecast-while.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-forecast-while.test')
-rw-r--r-- | test/baseline/opt-forecast-while.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-forecast-while.test b/test/baseline/opt-forecast-while.test index d58a8112..7262f42e 100644 --- a/test/baseline/opt-forecast-while.test +++ b/test/baseline/opt-forecast-while.test @@ -1,5 +1,3 @@ -reg --now=2009/03/21 --forecast-while='total < $3500' books -<<< ~ monthly Expenses:Books $10.00 Assets:Cash @@ -195,7 +193,8 @@ reg --now=2009/03/21 --forecast-while='total < $3500' books 2009/12/31 End of December Expenses:Books $120.00 Assets:Cash ->>>1 + +test reg --now=2009/03/21 --forecast-while='total < $3500' books 08-Jan-01 January Expenses:Books $10.00 $10.00 08-Jan-31 End of January Expenses:Books $10.00 $20.00 08-Feb-01 February Expenses:Books $20.00 $40.00 @@ -281,3 +280,4 @@ reg --now=2009/03/21 --forecast-while='total < $3500' books 12-Feb-01 Forecast transaction Expenses:Books $10.00 $3470.00 12-Mar-01 Forecast transaction Expenses:Books $10.00 $3480.00 12-Apr-01 Forecast transaction Expenses:Books $10.00 $3490.00 +end test |