From: Thierry Parmentelat Date: Fri, 30 Mar 2012 05:57:26 +0000 (+0200) Subject: oops X-Git-Tag: tests-5.1-1~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d754212dff882e7c6ee67d1d74d377424024c8a2;p=tests.git oops --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 9c20112..186d46f 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -41,7 +41,7 @@ def node_mapper (method): def actual(self,*args, **kwds): overall=True node_method = TestNode.__dict__[method.__name__] - for test_node in self.all_node(): + for test_node in self.all_nodes(): if not node_method(test_node, *args, **kwds): overall=False return overall # restore the doc text