diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 17:39:49 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 17:39:49 +0100 |
commit | 4d0daf77d7aef535bc206154344a1061b6064ec6 (patch) | |
tree | 558f003c46d112b01030e3ec2bd7a0e3760f6f67 /test/baseline/opt-auto-match.test | |
parent | f4e6d30736a41008da0193e58fbe89f15fdbb3b0 (diff) | |
download | fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.tar.gz fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.tar.bz2 fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.zip |
Add more baseline tests
Diffstat (limited to 'test/baseline/opt-auto-match.test')
-rw-r--r-- | test/baseline/opt-auto-match.test | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/baseline/opt-auto-match.test b/test/baseline/opt-auto-match.test index e69de29b..7c3fb40a 100644 --- a/test/baseline/opt-auto-match.test +++ b/test/baseline/opt-auto-match.test @@ -0,0 +1,30 @@ +2012-01-01 * Opening balance + Assets:Cash 100.00 EUR + Equity:Opening Balance + +2012-01-02 * Food + Expenses:Food 25.00 EUR + Assets:Cash -25.00 EUR + +2012-01-03 * Phone + Expenses:Phone 10.00 EUR + Assets:Cash -10.00 EUR + +2012-01-04 * Dining + Expenses:Food 20.00 EUR + Liabilities:CC -20.00 EUR + +test --input-date-format "%Y-%m-%d" --auto-match convert test/baseline/opt-auto-match.dat +2012/03/01 * Food + Assets:Cash 10 + Equity:Unknown + +2012/03/02 * Phone + Assets:Cash 10 + Equity:Unknown + +2012/03/02 * Dining + Liabilities:CC 10 + Equity:Unknown +end test + |