JUnit report doesn't distinguish between test failures and errors

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The JUnit report produced on processing the XML doesn't distinguish between
      JUnit Test Failures and Errors.
      The XML looks like this:
      <testsuite errors="1" failures="3" name="results" tests="15">

      The report says:
      4 failures
      15 tests

      If you process the same XML using Ant's junitreport task you get:
      Tests Failures Errors
      15 3 1

        1. test-result-trend.png
          test-result-trend.png
          13 kB
        2. test-result.png
          test-result.png
          29 kB
        3. Hudson_JUnit.JPG
          Hudson_JUnit.JPG
          12 kB
        4. Ant_JUnit.JPG
          Ant_JUnit.JPG
          21 kB

            Assignee:
            Unassigned
            Reporter:
            saurabh_arora
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: