test.py
changeset 7406 5249884a7e52
parent 7379 ff0d074f885a
child 7411 9b4d53a854bb
--- a/test.py	Fri Aug 05 13:22:53 2011 -0400
+++ b/test.py	Fri Aug 05 14:00:12 2011 -0400
@@ -179,7 +179,7 @@
 # expected that this output will be fine for developers looking for problems.
 #
 def node_to_text (test, f):
-    (result, name, time) = read_test(test)
+    (result, name, time_real) = read_test(test)
     output = "%s: Test Suite \"%s\" (%s)\n" % (result, name, time_real)
     f.write(output)
     for details in test.findall('FailureDetails'):