Permalink
Please sign in to comment.
Browse files
[JENKINS-51767] xUnit 2.x XSD does not validate NUnit 2.x XML report …
…file Fix original NUnit 2.x XSD file to validate the report file when there are test-suite and test-case alternate elements as children of a test-suite element.
- Loading branch information...
Showing
with
1,689 additions
and 2 deletions.
- +1 −1 src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.x.xsd
- +2 −1 src/test/java/org/jenkinsci/plugins/xunit/types/NUnitTest.java
- +1,000 −0 src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase14/input.xml
- +686 −0 src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase14/result.xml

Oops, something went wrong.
0 comments on commit
354a598