For Unittest++ xml, only the first failure of each test case is recognized

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: xunit-plugin
    • None
    • Environment:
      Jenkins 1.653, Linux

      For this example xml:

      <?xml version="1.0"?>
      <unittest-results>
        <test suite="Package.Suite" name="Testname">
          <failure message="Path/Filename.cxx(1) : Failed A"/>
          <failure message="Path/Filename.cxx(2) : Failed B"/>
          <failure message="Path/Filename.cxx(3) : Failed C"/>
        </test>
      </unittest-results>
      

      the xUnit plugin shows only the first failure "Failed A" in the web UI. The 2nd and 3rd failures ("Failed B" and "Failed C") were not displayed.

            Assignee:
            Nikolas Falco
            Reporter:
            Joe Merten
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: