Skip to content

Commit

Permalink
Generate xunit files valid for the junit10.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Mar 11, 2020
1 parent 37ed0dc commit 007fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_test/ament_cmake_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _generate_result(result_file, *, failure_message=None, skip=False):
'<skipped type="skip" message="">![CDATA[Test Skipped by developer]]</skipped>' \
if skip else ''
return """<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="%s" tests="1" failures="%d" time="0" errors="0" skip="%d">
<testsuite name="%s" tests="1" failures="%d" time="0" errors="0" skipped="%d">
<testcase classname="%s" name="%s.missing_result" time="0">
%s%s%s
</testcase>
Expand Down

0 comments on commit 007fc51

Please sign in to comment.