Author: gnichols Date: 2011-07-12 10:47:40 +0000 (Tue, 12 Jul 2011) New Revision: 998
Modified: trunk/tests/suspend/suspend.py Log: 705844 - interactive tests run in --mode auto should fail
Modified: trunk/tests/suspend/suspend.py =================================================================== --- trunk/tests/suspend/suspend.py 2011-07-12 10:46:46 UTC (rev 997) +++ trunk/tests/suspend/suspend.py 2011-07-12 10:47:40 UTC (rev 998) @@ -202,10 +202,9 @@ FAILED = 1 PASSED = 0
- # disable this test in auto mode if self.getMode() == Constants.auto: print "Error: suspend test can not be run in auto mode." - return FAILDED + return FAILED
methods = self.getSuspendMethods() if not methods or len(methods) is 0:
v7-commits@lists.stg.fedorahosted.org