summaryrefslogtreecommitdiff
path: root/test/CheckOptions.py
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2015-07-28 17:30:00 -0400
committerMartin Michlmayr <tbm@cyrius.com>2015-07-28 17:30:00 -0400
commitb60a12a6cef6338a3a2fb731d77496f4752f6ce6 (patch)
treed49eeff9c99dfc9528bfffa55aef50c838b1d838 /test/CheckOptions.py
parentc4db52614e75e1c564ab4591e1dc5240d33a2293 (diff)
downloadfork-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-xtest/CheckOptions.py2
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):