diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-23 09:54:18 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-23 09:54:18 +0000 |
commit | db20ad8f292695fcdab5836d9955bb9443d28cf0 (patch) | |
tree | 6d9723a04694457af1ebd397de4418d1b584258c /test/baseline/cmd-commodities.test | |
parent | 902d09fd16166e97a66cd73e5f091a9593554b22 (diff) | |
download | fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.tar.gz fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.tar.bz2 fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.zip |
Add more baseline tests
Diffstat (limited to 'test/baseline/cmd-commodities.test')
-rw-r--r-- | test/baseline/cmd-commodities.test | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/baseline/cmd-commodities.test b/test/baseline/cmd-commodities.test new file mode 100644 index 00000000..0ce6f7a0 --- /dev/null +++ b/test/baseline/cmd-commodities.test @@ -0,0 +1,30 @@ +2011-01-01 * Opening balance + Assets:Bank 10.00 GBP + Equity:Opening balance + +2011-03-04 * Buy AAA + Assets:Broker 2 AAA @ 0.90 GBP + Assets:Bank -1.80 GBP + +2011-03-05 * Buy AA2 + Assets:Broker 2 "AA2" @ 1.00 GBP + Assets:Bank + +2011-03-06 * Get Miles&More airmiles + Assets:Rewards 1000 "M&M" + Income:Rewards + +test commodities +GBP +AAA +"AA2" +"M&M" +end test + +test commodities Assets:Rewards +"M&M" +end test + +test commodities no:such:account +end test + |