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: [email protected]
Reporter: [email protected]
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.