[jboss-jira] [JBoss JIRA] Created: (JGRP-850) Fix output leak in testNG test reporting
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Tue Oct 28 12:51:20 EDT 2008
Fix output leak in testNG test reporting
----------------------------------------
Key: JGRP-850
URL: https://jira.jboss.org/jira/browse/JGRP-850
Project: JGroups
Issue Type: Bug
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Priority: Minor
Fix For: 2.7
org.jgroups.util.JUnitXmlReporter is a class which takes output from testNG test cases and prepares xml test case reports in JUnit-compatible format. These xml files are then used to generate JUnit style reports.
At present, output from test case methods which execute before the main test case (testNG configurator methods, such as @BeforeSuite, @AfterSite, etc) written to System.out and System.err is leaking to the console and not being captured with the rest of the testNG output.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list