Skip to content

Commit

Permalink
Merge ea7f985 into 9fd8d86
Browse files Browse the repository at this point in the history
  • Loading branch information
tongant committed Apr 15, 2015
2 parents 9fd8d86 + ea7f985 commit 1a4f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/lib/createJunitXml.js
Expand Up @@ -54,7 +54,7 @@ var junitXmlReporter;
writer.beginNode('testcase');
writer.attrib('classname','jasmine');
writer.attrib('name',name);
writer.attrib('time','0.0');
writer.attrib('time',''+specResult.time || '0.0');

if(skipped) {
this.writeSkipped(writer);
Expand Down

0 comments on commit 1a4f454

Please sign in to comment.