From e97b7749b815fb060b57c8b1a7b096b2ee63499b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 14 Feb 2008 17:24:27 +0000 Subject: [PATCH] oops --- system/TestMain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestMain.py b/system/TestMain.py index d73cae3..2748150 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -177,8 +177,8 @@ steps refer to a method in TestPlc or to a step_* module spec['disabled'] = False all_plcs = [ (x, TestPlc(x)) for x in all_plc_specs] # expose to the various objects - for plc in all_plcs: - plc.options=self.options + for (spec,obj) in all_plcs: + obj.options=self.options overall_result = True testplc_method_dict = __import__("TestPlc").__dict__['TestPlc'].__dict__ -- 2.47.0