Add baseline test for --init-file option.
This commit is contained in:
parent
0b7996ed7c
commit
ddf17b6246
3 changed files with 11 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ class CheckBaselineTests (CheckOptions):
|
|||
'help-comm',
|
||||
'help-disp',
|
||||
'import',
|
||||
'init-file',
|
||||
'no-color',
|
||||
'options',
|
||||
'price-db',
|
||||
|
|
|
|||
1
test/baseline/opt-init-file.dat
Normal file
1
test/baseline/opt-init-file.dat
Normal file
|
|
@ -0,0 +1 @@
|
|||
--decimal-comma
|
||||
10
test/baseline/opt-init-file.test
Normal file
10
test/baseline/opt-init-file.test
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
2012-03-17 Quick
|
||||
Expenses:Food 12,50 €
|
||||
Assets:Cash
|
||||
|
||||
test --init-file test/baseline/opt-init-file.dat bal
|
||||
-12,50 € Assets:Cash
|
||||
12,50 € Expenses:Food
|
||||
--------------------
|
||||
0
|
||||
end test
|
||||
Loading…
Add table
Reference in a new issue