summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 19:15:59 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 19:15:59 +0300
commita041a0d7eb7848825512ce8a6ae8243710356dfb (patch)
treebcda6954406208b241e30c4222f7f4dede57f30c /test
parent3bbc0f1d9a588ea0416dce9acb07de77efab51c0 (diff)
downloadthird_party-func-a041a0d7eb7848825512ce8a6ae8243710356dfb.tar.gz
third_party-func-a041a0d7eb7848825512ce8a6ae8243710356dfb.tar.xz
third_party-func-a041a0d7eb7848825512ce8a6ae8243710356dfb.zip
forgot to add order keyword to basic allowed types so couldnt pass the tests :)
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_func_arg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unittest/test_func_arg.py b/test/unittest/test_func_arg.py
index 8f0c967..92a4b41 100644
--- a/test/unittest/test_func_arg.py
+++ b/test/unittest/test_func_arg.py
@@ -40,6 +40,7 @@ class TestArgCompatibility:
arguments = tc.register_method()
assert self.ac.is_all_arguments_registered(tc,'foomethod',arguments['foomethod']['args'])==True
print arguments
+ assert self.ac.validate_all()==True
def dummy_no_getter(self):
return {}