diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-27 20:15:42 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-27 20:15:42 +0100 |
commit | f3e320c98a39140989d52524a96ad205139ce06a (patch) | |
tree | 1b74e4f3eee6e8f7540c5dc2fe8a4b72efc05096 /test/baseline/cmd-xact.test | |
parent | 86d58584441bf673266f234fc1c77e306f2efeb0 (diff) | |
download | fork-ledger-f3e320c98a39140989d52524a96ad205139ce06a.tar.gz fork-ledger-f3e320c98a39140989d52524a96ad205139ce06a.tar.bz2 fork-ledger-f3e320c98a39140989d52524a96ad205139ce06a.zip |
Fix some tests not to be time-sensitive
Diffstat (limited to 'test/baseline/cmd-xact.test')
-rw-r--r-- | test/baseline/cmd-xact.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/baseline/cmd-xact.test b/test/baseline/cmd-xact.test index f473c3dd..6f4ee014 100644 --- a/test/baseline/cmd-xact.test +++ b/test/baseline/cmd-xact.test @@ -11,26 +11,26 @@ E 30.00 GBP F -test xact "Test 1" +test --now 2012/03/25 xact "Test 1" 2012/03/25 Test 1 A $10.00 B end test -test xact "Test 2" +test --now 2012/03/25 xact "Test 2" 2012/03/25 Test 2 C 20.00 EUR D end test ; I think this output is wrong, see bug #737 -test xact "Test 3" +test --now 2012/03/25 xact "Test 3" 2012/03/25 Test 4 E 30.00 GBP F end test -test xact "Test 4" +test --now 2012/03/25 xact "Test 4" 2012/03/25 Test 4 E 30.00 GBP F |