Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failure due to date format issue #74

Open
alexlehm opened this issue Feb 21, 2015 · 0 comments
Open

test failure due to date format issue #74

alexlehm opened this issue Feb 21, 2015 · 0 comments

Comments

@alexlehm
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant