diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 01:43:17 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 01:43:57 -0500 |
commit | c182b7051b4d1983d85b8cc8064371e149dcdd3b (patch) | |
tree | c3e49669d99c96ae7b66c9a50d602416ed5f1318 /test/baseline/opt-pricesdb-format.test | |
parent | 95cc364961112a411b16ce410e682b76ca143703 (diff) | |
download | fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.tar.gz fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.tar.bz2 fork-ledger-c182b7051b4d1983d85b8cc8064371e149dcdd3b.zip |
Renamed the pricesdb command to pricedb
Diffstat (limited to 'test/baseline/opt-pricesdb-format.test')
-rw-r--r-- | test/baseline/opt-pricesdb-format.test | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/baseline/opt-pricesdb-format.test b/test/baseline/opt-pricesdb-format.test deleted file mode 100644 index b90371cd..00000000 --- a/test/baseline/opt-pricesdb-format.test +++ /dev/null @@ -1,19 +0,0 @@ -pricesdb --pricesdb-format='P %(date) %(scrub(display_amount))\n' -<<< -P 2009/01/01 13:30:00 AAPL $10.00 -P 2009/01/01 14:30:00 AAPL $20.00 -P 2009/01/01 15:30:00 AAPL $30.00 -P 2009/01/01 16:30:00 AAPL $40.00 -P 2009/02/01 17:30:00 AAPL $50.00 - -2009/03/01 Purchase - Assets:Brokerage 100 AAPL - Income ->>>1 -P 2009/01/01 $10.00 -P 2009/01/01 $20.00 -P 2009/01/01 $30.00 -P 2009/01/01 $40.00 -P 2009/02/01 $50.00 ->>>2 -=== 0 |