diff options
author | Craig Earls <enderw88@gmail.com> | 2013-01-29 10:03:47 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-01-29 10:03:47 -0700 |
commit | f9da94c909c57f416bec0266dd20b931f556a7a9 (patch) | |
tree | b60ee5f61492df15cb4124fcbca841e15d3810ef /test/baseline/opt-count.test | |
parent | 5d1971ee51a18f927185d20fb0a4426d8f08aa86 (diff) | |
download | fork-ledger-f9da94c909c57f416bec0266dd20b931f556a7a9.tar.gz fork-ledger-f9da94c909c57f416bec0266dd20b931f556a7a9.tar.bz2 fork-ledger-f9da94c909c57f416bec0266dd20b931f556a7a9.zip |
Fixes bug 514. accounts and commodities output now sorts
updated tests included.
Diffstat (limited to 'test/baseline/opt-count.test')
-rw-r--r-- | test/baseline/opt-count.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-count.test b/test/baseline/opt-count.test index 9c5495c8..7c935c7a 100644 --- a/test/baseline/opt-count.test +++ b/test/baseline/opt-count.test @@ -17,14 +17,14 @@ Assets:Cash -30.00 EUR test accounts --count -2 Expenses:Phone 4 Assets:Cash +2 Expenses:Phone 2 Expenses:Rent end test test commodities --count -4 GBP 4 EUR +4 GBP end test test payees --count @@ -33,8 +33,8 @@ test payees --count end test test commodities :rent --count -1 GBP 1 EUR +1 GBP end test test payees tag bnb --count |