Bugs item #623562, was opened at 2002-10-15 14:29 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623562&group_id=22866
Category: JBossTest Group: CVS HEAD >Status: Closed Resolution: None Priority: 6 Submitted By: Matthew Munz (mattmunz) Assigned to: Nobody/Anonymous (nobody) Summary: System.out and System.err ineffective Initial Comment: I find it useful to place debug information in my test cases. When a test fails, a few well placed system.out's or log.debug()'s can help when trying to figure out what went wrong. This information is not making it to the console, or to the log file, as far as I can tell. If System.out and System.err are being redirected, they should be directed somewhere useful, like a log file, or the console. ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2002-10-15 14:43 Message: Logged In: YES user_id=9459 System.out and System.err are redirected to testsuite/output/reports at the bottom of each test log.debug is redirected to testsuite/output/log/test.log It is cleared for every new test Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623562&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
