From b60a12a6cef6338a3a2fb731d77496f4752f6ce6 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 28 Jul 2015 17:30:00 -0400 Subject: Add missing known functions to test --- test/CheckOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CheckOptions.py') 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): -- cgit v1.2.3