Hi,

POP3ServerTest.testNotAsciiCharsInPassword() fails on MacOS, but succeeds on Linux (and presumably on Windows).

This test is all about having non-ASCII characters in passwords.

When reading the command line, I notice that in CRLFTerminatedReader.readLine() the read INTs differ from the written values (under MacOS only, of course) and thus are converted to the wrong CHARs.

Does anyone with more experience in this whole character streaming business know if this can easily be fixed? Or, can we safely say that this is a Ristretto defect?

Anyway, I'd give the migration of POP3ServerTest to commons-net a try, if anyone is not already working on this.

  Bernd



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to