founder_chen wrote:
> Hi,
> I just checked the clear project out from cvs and
> rebuildt it 2 hours ago, but ERROR was still there:
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time
> elapsed: 0.24 sec
> [junit] [ERROR] TEST
> javax.mail.internet.MailDateFormatTest FAILED
Change specs/javamail/src/java/javax/mail/internet/MailDateFormat.java
so that the constructor looks like the following:
public MailDateFormat() {
super(pattern, Locale.US);
}
That shall help.
I've reported a bug in JIRA
(http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-86) with a
patch to reflect that change in CVS.
Jacek