Bug 43604 - Plain and XML listeners should add log output from the tests to the test report
Summary: Plain and XML listeners should add log output from the tests to the test report
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: AntUnit (show other bugs)
Version: unspecified
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: 1.1
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 12:59 UTC by David Jackman
Modified: 2008-04-08 03:43 UTC (History)
0 users



Attachments
Patch to implement this feature (34.05 KB, patch)
2007-10-11 13:01 UTC, David Jackman
Details | Diff
Patch to implement this feature that also includes tests covering bug 43475 (35.98 KB, patch)
2007-10-11 13:04 UTC, David Jackman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Jackman 2007-10-11 12:59:40 UTC
Test reports should include the output logged by the tests when they run,
similar to the way the JUnit listeners do.  Ideally, one would be able to
configure the level for log messages to include in the report, including the
ability to log no messages.
Comment 1 David Jackman 2007-10-11 13:01:51 UTC
Created attachment 20959 [details]
Patch to implement this feature
Comment 2 David Jackman 2007-10-11 13:04:23 UTC
Created attachment 20960 [details]
Patch to implement this feature that also includes tests covering bug 43475

This patch includes tests covering messages coming from suiteSetUp and
suiteTearDown (an enhancement logged as bug 43475)
Comment 3 Stefan Bodewig 2008-04-08 03:43:18 UTC
I've committed a modified version.  I renamed showLogLevel to logLevel and made it default to "none".