We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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)
The text was updated successfully, but these errors were encountered: