diff options
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 |