oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 30 Mar 2012 05:57:26 +0000 (07:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 30 Mar 2012 05:57:26 +0000 (07:57 +0200)
system/TestPlc.py

index 9c20112..186d46f 100644 (file)
@@ -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