Add baseline test for --init-file option.

This commit is contained in:
thdox 2015-02-24 10:46:18 +01:00
parent 0b7996ed7c
commit ddf17b6246
3 changed files with 11 additions and 1 deletions

View file

@ -33,7 +33,6 @@ class CheckBaselineTests (CheckOptions):
'help-comm',
'help-disp',
'import',
'init-file',
'no-color',
'options',
'price-db',

View file

@ -0,0 +1 @@
--decimal-comma

View 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