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 | |
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')
-rw-r--r-- | test/baseline/opt-csv-format.test | 4 | ||||
-rw-r--r-- | test/baseline/opt-prices-format.test | 10 | ||||
-rw-r--r-- | test/baseline/opt-pricesdb-format.test | 10 | ||||
-rw-r--r-- | test/regress/BBFA1759.test | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/test/baseline/opt-csv-format.test b/test/baseline/opt-csv-format.test index 7efefc0d..d4975f93 100644 --- a/test/baseline/opt-csv-format.test +++ b/test/baseline/opt-csv-format.test @@ -4,7 +4,7 @@ csv --csv-format='"%(date)"\n' Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 Income:Dividends:Vanguard:VMMXX $-0.35 >>>1 -"07-Feb-02" -"07-Feb-02" +"2007/02/02" +"2007/02/02" >>>2 === 0 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 diff --git a/test/baseline/opt-pricesdb-format.test b/test/baseline/opt-pricesdb-format.test index 28998903..b90371cd 100644 --- a/test/baseline/opt-pricesdb-format.test +++ b/test/baseline/opt-pricesdb-format.test @@ -10,10 +10,10 @@ P 2009/02/01 17:30:00 AAPL $50.00 Assets:Brokerage 100 AAPL Income >>>1 -P 09-Jan-01 $10.00 -P 09-Jan-01 $20.00 -P 09-Jan-01 $30.00 -P 09-Jan-01 $40.00 -P 09-Feb-01 $50.00 +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 diff --git a/test/regress/BBFA1759.test b/test/regress/BBFA1759.test index ca6842dc..26862703 100644 --- a/test/regress/BBFA1759.test +++ b/test/regress/BBFA1759.test @@ -3,8 +3,8 @@ period june 2008 >>>1 global details => - start: 2008-06-01 - end: 2008-07-01 + start: 08-Jun-01 + end: 08-Jul-01 factor: 1 >>>2 === 0 |