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=22088>.
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=22088

Patch for MailMessage.java





------- Additional Comments From [EMAIL PROTECTED]  2003-08-21 12:23 -------
The test does not pass under JDK 1.2 because the order of the headers returned 
by iterating over the keys is different.
in testAPIExample, the following order is expected :
Subject
CC
To
From
X-Mailer

the actual order is

To
CC
Subject
X-Mailer
From

Another problem with the test is that the constant lengths of the expected 
results were all 3 units too large.

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

Reply via email to