Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jlebleu/lettuce into jleb…
Browse files Browse the repository at this point in the history
…leu-master
  • Loading branch information
gabrielfalcao committed Dec 20, 2011
2 parents 8314223 + fccd6b8 commit b3f62ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lettuce/plugins/xunit_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ def create_test_case_outline(scenario, order, outline, reasons_to_fail):
@after.all
def output_xml(total):
root.setAttribute("tests", str(total.steps))
root.setAttribute("failed", str(total.steps_failed))
root.setAttribute("failures", str(total.steps_failed))
doc.appendChild(root)
wrt_output(output_filename, doc.toxml())

0 comments on commit b3f62ab

Please sign in to comment.