Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-21247

[xunit] fails to parse junit test report with a single ignored testcase

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • xunit-plugin
    • None
    • Win7, Java 6, Junit 4.8.2, xunit 0.78

      xUnit does not like the output below - from a test class with just a single ignored test:

      <?xml version="1.1" encoding="UTF-8"?>
      <testsuite name="dk.jyskebank.jboss.luna.sec.domain.test.LunaJaasSecurityDomainTest" tests="1" failures="0" errors="0" timestamp="2014-01-06T16:11:14" hostname="SF120WS00008" time="0.0">
        <properties/>
        <ignored-testcase name="testNativeAliasName" classname="dk.jyskebank.jboss.luna.sec.domain.test.LunaJaasSecurityDomainTest" time="0.0"/>
        <system-out><![CDATA[]]></system-out>
        <system-err><![CDATA[]]></system-err>
      </testsuite>
      

            gbois Gregory Boissinot
            jskovjyskebankdk jskovjyskebankdk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: