Fix some tests not to be time-sensitive
This commit is contained in:
parent
86d5858444
commit
f3e320c98a
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue