author | John Abraham <john.abraham@gatech.edu> |
Fri, 05 Aug 2011 14:00:12 -0400 | |
changeset 7406 | 5249884a7e52 |
parent 7405 | 88a8420ca16c |
child 7407 | a28fffcfb2e5 |
--- 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'):