diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-23 16:46:11 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-23 16:46:11 -0500 |
commit | 4b057599626538a0d1463c63f2110d2fe5baa2e6 (patch) | |
tree | 1934a6b1bd6c47ff3599c9aaaeb211fb2303c86f /test/baseline/opt-equity.test | |
parent | 38813bc635e587f0979ef142511c5e7655fd88f1 (diff) | |
download | fork-ledger-4b057599626538a0d1463c63f2110d2fe5baa2e6.tar.gz fork-ledger-4b057599626538a0d1463c63f2110d2fe5baa2e6.tar.bz2 fork-ledger-4b057599626538a0d1463c63f2110d2fe5baa2e6.zip |
Fixed sorting of equity output
Diffstat (limited to 'test/baseline/opt-equity.test')
-rw-r--r-- | test/baseline/opt-equity.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/baseline/opt-equity.test b/test/baseline/opt-equity.test index 511333cc..35ea6b1e 100644 --- a/test/baseline/opt-equity.test +++ b/test/baseline/opt-equity.test @@ -41,9 +41,9 @@ test equity --lot-prices Assets:Bank -3.80 GBP Assets:Broker 2 AAA {0.90 GBP} Assets:Broker 2 AAA {1.00 GBP} - Equity:Opening Balances 3.80 GBP Equity:Opening Balances -2 AAA {0.90 GBP} Equity:Opening Balances -2 AAA {1.00 GBP} + Equity:Opening Balances 3.80 GBP end test test equity --lots @@ -51,8 +51,8 @@ test equity --lots Assets:Bank -3.80 GBP Assets:Broker 2 AAA {0.90 GBP} [2011/03/04] Assets:Broker 2 AAA {1.00 GBP} [2011/03/05] - Equity:Opening Balances 3.80 GBP Equity:Opening Balances -2 AAA {0.90 GBP} [2011/03/04] Equity:Opening Balances -2 AAA {1.00 GBP} [2011/03/05] + Equity:Opening Balances 3.80 GBP end test |