Title: [commits] (john) [16093] work around bug in cats framework interaction with rt where ignored tests are reportted as errors
Revision
16093
Author
john
Date
2007-12-09 14:37:12 -0800 (Sun, 09 Dec 2007)

Log Message

work around bug in cats framework interaction with rt where ignored tests are reportted as errors

Modified Paths

Diff

Modified: trunk/chandler/tools/cats/framework/run_recorded.py (16092 => 16093)

--- trunk/chandler/tools/cats/framework/run_recorded.py	2007-12-09 19:54:24 UTC (rev 16092)
+++ trunk/chandler/tools/cats/framework/run_recorded.py	2007-12-09 22:37:12 UTC (rev 16093)
@@ -64,7 +64,7 @@
 
     if not test_modules.has_key(name):
         logger.info('Test dictionary does not have test named %s' % name)
-        return False
+        return True
     
     # Run any dependencies
     if hasattr(test_modules[name], '_depends_' ):




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to