Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.19.1
-
None
Description
See SUREFIRE-964 as well. The XML produced is invalid because schemaLocation must include two URIs, as outlined in xmlschema-1.
Because of this, the Xerces parser fails in the Jenkins XUnit plugin and e.g. IntelliJ is not able to parse the file correctly.
Suggested solution is to replace xsi:schemaLocation by xsi:noNamespaceSchemaLocation, which fixes this for the Unit plugin as well the file is parseable by IntelliJ.
Attachments
Issue Links
- is broken by
-
SUREFIRE-964 TEST-*.xml files generated by Surefire throw validation warnings in Eclipse for no grammer constraints (DTD or XML schema) referenced in the document
- Closed
- links to