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=10413>. 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=10413 enhancement: JUnit task only creates one forked VM per batch ------- Additional Comments From [EMAIL PROTECTED] 2004-01-07 10:50 ------- Cleaning up is what teardown() methods are meant to be for, and like DD says, this is optional. Also I've found java to be less contaminated by bad test than say, Cpp unit, where a pointer defect or failure to release a reference in one test case destroys all that follow it. Therefore I think a single VM for all forked tests could be a good addition -those projects with many tests will appreciate it; we just need to do it in a way that integrates with everything. DD: try applying these patches and tell me what you think? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]