diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-17 21:30:07 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-17 21:51:51 -0500 |
commit | c28d828d8e24fe637a74674bedc9bc0cbdabca1c (patch) | |
tree | 5b549d4af694193d950162890ae1c5150a24b73a /test | |
parent | 4bc830a2c526cad108695104503f377997e14e7e (diff) | |
download | fork-ledger-c28d828d8e24fe637a74674bedc9bc0cbdabca1c.tar.gz fork-ledger-c28d828d8e24fe637a74674bedc9bc0cbdabca1c.tar.bz2 fork-ledger-c28d828d8e24fe637a74674bedc9bc0cbdabca1c.zip |
Renamed date_interval_t::end to finish
Diffstat (limited to 'test')
-rw-r--r-- | test/regress/7F3650FD.test | 10 | ||||
-rw-r--r-- | test/regress/BBFA1759.test | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/regress/7F3650FD.test b/test/regress/7F3650FD.test index 0eb3a96f..dce5233f 100644 --- a/test/regress/7F3650FD.test +++ b/test/regress/7F3650FD.test @@ -4,7 +4,7 @@ period --now=2010/11/01 12/01 global details => start: 09-Dec-01 - end: 09-Dec-02 + finish: 09-Dec-02 factor: 1 >>>2 === 0 @@ -14,7 +14,7 @@ period --now=2010/11/01 10/01 global details => start: 10-Oct-01 - end: 10-Oct-02 + finish: 10-Oct-02 factor: 1 >>>2 === 0 @@ -24,7 +24,7 @@ period --now=2010/11/01 2009/10 global details => start: 09-Oct-01 - end: 09-Nov-01 + finish: 09-Nov-01 factor: 1 >>>2 === 0 @@ -34,7 +34,7 @@ period --now=2010/11/01 2009/10/01 global details => start: 09-Oct-01 - end: 09-Oct-02 + finish: 09-Oct-02 factor: 1 >>>2 === 0 @@ -44,7 +44,7 @@ period --now=2010/11/01 2009 global details => start: 09-Jan-01 - end: 10-Jan-01 + finish: 10-Jan-01 factor: 1 >>>2 === 0 diff --git a/test/regress/BBFA1759.test b/test/regress/BBFA1759.test index 26862703..b109f868 100644 --- a/test/regress/BBFA1759.test +++ b/test/regress/BBFA1759.test @@ -4,7 +4,7 @@ period june 2008 global details => start: 08-Jun-01 - end: 08-Jul-01 + finish: 08-Jul-01 factor: 1 >>>2 === 0 |