Title: [commits] (john) [16092] fix bug where run_recorded treats ignored tests as if they were errors.
Revision
16092
Author
john
Date
2007-12-09 11:54:24 -0800 (Sun, 09 Dec 2007)

Log Message

fix bug where run_recorded treats ignored tests as if they were errors.

Modified Paths

Diff

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

--- trunk/chandler/tools/cats/framework/run_recorded.py	2007-12-09 17:41:37 UTC (rev 16091)
+++ trunk/chandler/tools/cats/framework/run_recorded.py	2007-12-09 19:54:24 UTC (rev 16092)
@@ -63,7 +63,7 @@
     logger.info('Starting Test:: %s' % name)
 
     if not test_modules.has_key(name):
-        logger.error('Test dictionary does not have test named %s' % name)
+        logger.info('Test dictionary does not have test named %s' % name)
         return False
     
     # Run any dependencies




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

Reply via email to