Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: xunit-plugin
Created: 17/Apr/15 7:15 PM
Description:

When xUnit is executed on a PHPUnit generated xml file, the following error is logged to Jenkins' logs.

Attribute 'name' must appear on element 'testsuite'.

However, upon inspecting the code @

https://github.com/jenkinsci/xunit-plugin/blob/xunit-1.93/src/main/java/org/jenkinsci/plugins/xunit/service/XUnitTransformer.java
https://github.com/jenkinsci/xunit-plugin/blob/xunit-1.93/src/main/java/org/jenkinsci/plugins/xunit/service/XUnitValidationService.java

and

https://github.com/jenkinsci/xunit-plugin/tree/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd

testsuite.name should not be a required property in any of the junit-(8|9|10).xsd files which makes me think it is using another source as validation.

Environment: Jenkins 1.590
xUnit 1.93
Project: Jenkins
Priority: Minor Minor
Reporter: Tom R
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to