-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I am getting a test failure due to date format, it looks like the name of the timezone is different.
The Mail Client subproject fails with the following test:
Failed tests:
MessageStatusExtractorTest.testTypicalGmailInboxHeaders:387 expected:<MessageStatus{imapUid=1001, messageUid='<[email protected]>', receivedDate=Sat Apr 09 16:12:09 EST 2011, subject='Get Gmail on your mobile phone', inReplyTo='null', from=["Gmail Team" [email protected]], sender=["Gmail Team" [email protected]], to=["imap test" [email protected]], cc=null, bcc=null, replyTo=["Gmail Team" [email protected]], flags=[], internalDate=Sat Apr 09 16:12:09 EST 2011, size=2439}> but was:<MessageStatus{imapUid=1001, messageUid='<[email protected]>', receivedDate=Sat Apr 09 16:12:09 AEST 2011, subject='Get Gmail on your mobile phone', inReplyTo='null', from=["Gmail Team" [email protected]], sender=["Gmail Team" [email protected]], to=["imap test" [email protected]], cc=null, bcc=null, replyTo=["Gmail Team" [email protected]], flags=[], internalDate=Sat Apr 09 16:12:09 AEST 2011, size=2439}>
This looks like the same issue that was reports as issue #44.
I am using Windows 7 with Java 8u31 64bit.
(the same issue shows when using Ubuntu with Java 8u31)
Metadata
Metadata
Assignees
Labels
No labels