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_only.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_only.test')
-rw-r--r-- | test/baseline/opt-forecast_only.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-forecast_only.test b/test/baseline/opt-forecast_only.test index c63ab2a9..9adfa7a0 100644 --- a/test/baseline/opt-forecast_only.test +++ b/test/baseline/opt-forecast_only.test @@ -1,5 +1,3 @@ -reg --forecast 'date <[2011]' --now=2010/06/21 -<<< ~ Monthly since 2010/01/01 Expenses:Bills:Rent $873.00 Expenses:Household $200.00 @@ -9,7 +7,8 @@ reg --forecast 'date <[2011]' --now=2010/06/21 ~ biweekly from 2010/02/23 Expenses:Bills:Housecleaning $85.00 Assets:Bank:Checking ->>> + +test reg --forecast 'date <[2011]' --now=2010/06/21 10-Jul-01 Forecast transaction Expenses:Bills:Rent $873.00 $873.00 10-Jul-01 Forecast transaction Expenses:Household $200.00 $1073.00 10-Jul-01 Forecast transaction Income:Salary $-2491.60 $-1418.60 @@ -62,3 +61,4 @@ reg --forecast 'date <[2011]' --now=2010/06/21 10-Dec-12 Forecast transaction Assets:Bank:Checking $-85.00 0 10-Dec-26 Forecast transaction Exp:Bill:Housecleaning $85.00 $85.00 10-Dec-26 Forecast transaction Assets:Bank:Checking $-85.00 0 +end test |