diff options
author | thdox <thdox@free.fr> | 2015-02-25 20:05:56 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-03-23 23:35:07 +0100 |
commit | 57bd08efce33ee505cdbef56a3bb9bd93bedb7ba (patch) | |
tree | cec50af88495a2ffc2a5fbf08d0db681e6f6c3be /test | |
parent | c7fa772310bacf57a185e47efb1c07c83b902a59 (diff) | |
download | fork-ledger-57bd08efce33ee505cdbef56a3bb9bd93bedb7ba.tar.gz fork-ledger-57bd08efce33ee505cdbef56a3bb9bd93bedb7ba.tar.bz2 fork-ledger-57bd08efce33ee505cdbef56a3bb9bd93bedb7ba.zip |
Add --revalued-total to "to be tested" options.
I have not yet understood the meaning of --revalued-total, but as it
output something, it should be tested. So add it to "to be tested"
options list.
Diffstat (limited to 'test')
-rwxr-xr-x | test/CheckBaselineTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 1439cda4..2a1f0315 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -32,7 +32,6 @@ class CheckBaselineTests (CheckOptions): 'no-pager', 'options', 'price-exp', - 'revalued-total', 'seed', 'trace', 'verbose', |