-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: xunit-plugin
-
Labels:None
-
Environment:Jenkins 1.609.2
xUnit 1.96
Boost 1.59
-
Similar Issues:
Reading report files by Boost.Test v3 (Boost 1.59) fails:
Aug 24, 2015 11:37:56 AM org.jenkinsci.plugins.xunit.service.XUnitService warningSystemLogger Warnung: [xUnit] - At line 1 of file:/D:/jenkins/workspace/EAS-Gitlab-MR-Windows@2/1/reports/eas-core-ConfigurationTemplate-log.xml:cvc-complex-type.3.2.2: Attribut "file" darf nicht in Element "TestSuite" vorkommen.
Means that the element "TestSuite" must not have an attribute "file". Same message for the attribute "line" as well as for the element "TestCase". But these new attributes are not a mistake, but added by intention: https://svn.boost.org/trac/boost/ticket/7410
I think fixing this is not a big deal. Opened a pull request on Github: https://github.com/jenkinsci/xunit-plugin/pull/31