diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:30:00 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:30:00 -0400 |
commit | b60a12a6cef6338a3a2fb731d77496f4752f6ce6 (patch) | |
tree | d49eeff9c99dfc9528bfffa55aef50c838b1d838 /test/CheckOptions.py | |
parent | c4db52614e75e1c564ab4591e1dc5240d33a2293 (diff) | |
download | fork-ledger-b60a12a6cef6338a3a2fb731d77496f4752f6ce6.tar.gz fork-ledger-b60a12a6cef6338a3a2fb731d77496f4752f6ce6.tar.bz2 fork-ledger-b60a12a6cef6338a3a2fb731d77496f4752f6ce6.zip |
Add missing known functions to test
Diffstat (limited to 'test/CheckOptions.py')
-rwxr-xr-x | test/CheckOptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CheckOptions.py b/test/CheckOptions.py index 5059a289..e4a1fdc3 100755 --- a/test/CheckOptions.py +++ b/test/CheckOptions.py @@ -83,7 +83,7 @@ class CheckOptions (object): self.missing_functions.add(function) else: functions.remove(function) - known_functions = ['tag', 'has_tag'] + known_functions = ['tag', 'has_tag', 'meta', 'has_meta'] self.unknown_functions = {function for function in functions if function not in known_functions} if len(self.missing_options): |