diff options
Diffstat (limited to 'test/baseline/cmd-entry.test')
-rw-r--r-- | test/baseline/cmd-entry.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/baseline/cmd-entry.test b/test/baseline/cmd-entry.test index 0ecfa5eb..0de39b9c 100644 --- a/test/baseline/cmd-entry.test +++ b/test/baseline/cmd-entry.test @@ -11,26 +11,26 @@ E 30.00 GBP F -test entry "Test 1" +test --now 2012/03/25 entry "Test 1" 2012/03/25 Test 1 A $10.00 B end test -test entry "Test 2" +test --now 2012/03/25 entry "Test 2" 2012/03/25 Test 2 C 20.00 EUR D end test ; I think this output is wrong, see bug #737 -test entry "Test 3" +test --now 2012/03/25 entry "Test 3" 2012/03/25 Test 4 E 30.00 GBP F end test -test entry "Test 4" +test --now 2012/03/25 entry "Test 4" 2012/03/25 Test 4 E 30.00 GBP F |