diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:37:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-25 05:01:47 -0400 |
commit | fc84eeb358f13b7c2b2668917692da26af001901 (patch) | |
tree | cfc4540c1b7805a17425675c1143d7a2d748b42f /test/baseline/opt-prices-format.test | |
parent | 588f2ef2f51d7bdf209820bfb244034863601939 (diff) | |
download | fork-ledger-fc84eeb358f13b7c2b2668917692da26af001901.tar.gz fork-ledger-fc84eeb358f13b7c2b2668917692da26af001901.tar.bz2 fork-ledger-fc84eeb358f13b7c2b2668917692da26af001901.zip |
Rewrote the way date and time I/O is managed
Diffstat (limited to 'test/baseline/opt-prices-format.test')
-rw-r--r-- | test/baseline/opt-prices-format.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/baseline/opt-prices-format.test b/test/baseline/opt-prices-format.test index ec93d9cd..f8033c59 100644 --- a/test/baseline/opt-prices-format.test +++ b/test/baseline/opt-prices-format.test @@ -10,10 +10,10 @@ P 2009/02/01 17:30:00 AAPL $50.00 Assets:Brokerage 100 AAPL Income >>>1 -09-Jan-01 13:30:00 $10.00 -09-Jan-01 14:30:00 $20.00 -09-Jan-01 15:30:00 $30.00 -09-Jan-01 16:30:00 $40.00 -09-Feb-01 17:30:00 $50.00 +2009/01/01 13:30:00 $10.00 +2009/01/01 14:30:00 $20.00 +2009/01/01 15:30:00 $30.00 +2009/01/01 16:30:00 $40.00 +2009/02/01 17:30:00 $50.00 >>>2 === 0 |