Bug 979577 - Test durations are always zero in the HTML report. r=jgriffin

This commit is contained in:
Dave Hunt 2014-03-06 14:49:50 +00:00
parent a9e1ef3db5
commit 8274cfb045

View File

@ -56,6 +56,7 @@ class HTMLReportingTestRunnerMixin(object):
result=result.result,
test_name=result.name,
test_class=result.test_class,
duration=round(result.duration, 1),
debug=result.debug,
output='\n'.join(result.output))