-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: xunit-plugin
-
None
The junit-10.xsd specifies the SUREFIRE_TIME to use the ',' as decimal separator. However the https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd schema specifies this a s"xs:decimal" which is using '.' as decimal separator.
Â
This mismatch causes valid JUnit XMLs to be rejected by the plugin.