JUnit reporter outputs timestamps now

Also extended approval tests script to support the change
This commit is contained in:
Martin Hořeňovský
2017-01-16 20:21:43 +01:00
parent 531d26739f
commit b71a06cf98
3 changed files with 35 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8"?>
<testsuites>
<testsuite name="<exe-name>" errors="13" failures="68" tests="912" hostname="tbd" time="{duration}" timestamp="tbd">
<testsuite name="<exe-name>" errors="13" failures="68" tests="912" hostname="tbd" time="{duration}" timestamp="{iso8601-timestamp}">
<testcase classname="global" name="# A test name that starts with a #" time="{duration}"/>
<testcase classname="global" name="'Not' checks that should fail" time="{duration}">
<failure message="false != false" type="CHECK">