DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32007>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32007 [email] dumpster bogus smtp server fails on tests ------- Additional Comments From [EMAIL PROTECTED] 2004-11-03 21:55 ------- After a few false alarms and things that seemed to fix the problem I found that dumbster wont play on *nix (at least OSX). Tried changing port to 2500 to avoid issues running as non root user. Played around with instantiating SimpleSmtpServer in various places. The dumbster guy has responded to my mail, saying he ran my test case on windows and it worked (no suprises there). SimpleSmtpServer fakeMailServer = SimpleSmtpServer.start(); while(fakeMailServer.isStopped()) { System.out.println("trying to start mail server"); } assertFalse(fakeMailServer.isStopped()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
