You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/03/11 20:59:32 UTC

[Bug 54670] New: Report Ignored/Skipped JUnit Tests in junitreport Task

https://issues.apache.org/bugzilla/show_bug.cgi?id=54670

            Bug ID: 54670
           Summary: Report Ignored/Skipped JUnit Tests in junitreport Task
           Product: Ant
           Version: 1.9.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Optional Tasks
          Assignee: notifications@ant.apache.org
          Reporter: michael.m.clarke@gmail.com
    Classification: Unclassified

Created attachment 30037
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30037&action=edit
junitreport Ignore Test Patch

Since Ant 1.9.0, the JUnit task has reported skipped tests - those marked with
either @Ignore or throwing AssumptionFailedException. The junitreport task
handles this new output without issues, but reports skipped tests as succeeded.

The attached patch changes the junitreport's XSLT files to report skipped tests
in the output HTML files as Skipped, with the skip reason if the test provided
one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 54670] Report Ignored/Skipped JUnit Tests in junitreport Task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54670

Michael Clarke <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 54670] Report Ignored/Skipped JUnit Tests in junitreport Task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54670

Michael Clarke <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|PatchAvailable              |
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.1

--- Comment #1 from Michael Clarke <mi...@gmail.com> ---
Patch merged in revision 1476552

-- 
You are receiving this mail because:
You are the assignee for the bug.