nonius icon indicating copy to clipboard operation
nonius copied to clipboard

Fix junit_reporter XML output

Open tim2000 opened this issue 8 years ago • 0 comments

I came across this error during Jenkins JUnit integration of my benchmarks:

org.xml.sax.SAXParseException; systemId: file:/data/jenkins/jobs/CoreEngine-PT-Tests/builds/23/performance-reports/JUnit/perf_result.xml; lineNumber: 7; columnNumber: 4; The element type "property" must be terminated by the matching end-tag "".

This commit have fixed the issue. You may not accept it since I have only tested it with JUnit Jenkins parser and it may not works with other parsers.

tim2000 avatar Mar 19 '17 11:03 tim2000