martinmo opened a new pull request #341: URL: https://github.com/apache/maven-surefire/pull/341
This adds the missing version attribute for the `<testsuite/>` element to the schema. As a test, I've just added a copy of the `surefire-597/TEST-surefire.MyTest.xml` with the additional `version="3.0"` attribute in `<testsuite/>`. It will be picked up by the existing `SurefireSchemaValidationTest`. To catch similar errors in the future, a further validation using a freshly created XML report, instead of static ones, would probably be better. However, I'm not familiar enough with the build setup to implement such a check. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
