You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/12 15:50:28 UTC

DO NOT REPLY [Bug 5377] - JUnit spits System.out to System.out, not formatter log file, when fork="yes"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5377>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5377

JUnit spits System.out to System.out, not formatter log file, when fork="yes"





------- Additional Comments From rmilliken@smartops.com  2001-12-12 06:50 -------
I should note that the behavior described when fork="no" is the correct, 
documented behavior.  The behavior when fork="yes" is not.

When fork="yes", TestCase code that looks like this:

System.out.println("foo");

goes to STDOUT like this:

    [junit] foo

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>