Closed AnashOommen closed 4 years ago
The time field is rendered as a float, whereas it should be an xs:decimal per the JUnit schema. I have, for instance, a test that gets rendered like this:
time
float
xs:decimal
<testcase classname="****" name="TestPartialFailureLogs" file="***.dll" time="1E-07" />
See the schema for more details.
https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L128
Resolved: https://github.com/spekt/junit.testlogger/releases/tag/v2.1.32
The
time
field is rendered as afloat
, whereas it should be anxs:decimal
per the JUnit schema. I have, for instance, a test that gets rendered like this:See the schema for more details.
https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L128