diff options
author | John Wiegley <johnw@newartisans.com> | 2015-04-05 22:15:05 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-04-05 22:15:05 -0500 |
commit | 59375e5e2c9d17133733f690104d73f065d18630 (patch) | |
tree | 04f0c0d74cd9b779fb24192d392f43ffe93aa0ef | |
parent | dd6185a12091045831fc3e0a0c36217e44762333 (diff) | |
parent | befb06f941d4f4573c3624071bd680caf292edfa (diff) | |
download | fork-ledger-59375e5e2c9d17133733f690104d73f065d18630.tar.gz fork-ledger-59375e5e2c9d17133733f690104d73f065d18630.tar.bz2 fork-ledger-59375e5e2c9d17133733f690104d73f065d18630.zip |
Merge pull request #412 from thdox/baseline-test-revalued-total
Improve baseline tests
-rwxr-xr-x | test/CheckBaselineTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 1439cda4..f0eb2646 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -26,17 +26,18 @@ class CheckBaselineTests (CheckOptions): 'file', 'force-color', 'force-pager', + 'generated', 'help', 'import', 'no-color', 'no-pager', 'options', 'price-exp', - 'revalued-total', 'seed', 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] |