spekt / junit.testlogger

JUnit test logger for vstest platform (<= v3.x)
MIT License
77 stars 15 forks source link

time field is rendered incorrectly. #16

Closed AnashOommen closed 4 years ago

AnashOommen commented 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:

<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

Siphonophora commented 4 years ago

Resolved: https://github.com/spekt/junit.testlogger/releases/tag/v2.1.32