diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-15 04:28:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-15 04:34:16 -0400 |
commit | 34fcc62b4df50893f66f9fc7ffe64de9149ef534 (patch) | |
tree | 06c307313d9ef570409c738b581f70069854dbab /test/baseline | |
parent | d2b333881fc40e713a34d34b79ff66f5aaf3d027 (diff) | |
download | fork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.tar.gz fork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.tar.bz2 fork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.zip |
Removed unused --unsorted option
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/opt-lot-dates.test | 2 | ||||
-rw-r--r-- | test/baseline/opt-lot-prices.test | 2 | ||||
-rw-r--r-- | test/baseline/opt-lots.test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/baseline/opt-lot-dates.test b/test/baseline/opt-lot-dates.test index 2415fb27..bf6dee0b 100644 --- a/test/baseline/opt-lot-dates.test +++ b/test/baseline/opt-lot-dates.test @@ -1,4 +1,4 @@ -reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-dates --unsorted +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-dates <<< C 1.00s = 100c C 1.00G = 100s diff --git a/test/baseline/opt-lot-prices.test b/test/baseline/opt-lot-prices.test index 2fcc79f7..d5d7d11a 100644 --- a/test/baseline/opt-lot-prices.test +++ b/test/baseline/opt-lot-prices.test @@ -1,4 +1,4 @@ -reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-prices --unsorted +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-prices <<< C 1.00s = 100c C 1.00G = 100s diff --git a/test/baseline/opt-lots.test b/test/baseline/opt-lots.test index 8e54e576..808afcc0 100644 --- a/test/baseline/opt-lots.test +++ b/test/baseline/opt-lots.test @@ -1,4 +1,4 @@ -reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lots --unsorted +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lots <<< C 1.00s = 100c C 1.00G = 100s |