Repository: james-project Updated Branches: refs/heads/master a982d0050 -> 10ba38a72
Fix master following attachment parsing modifications Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/10ba38a7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/10ba38a7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/10ba38a7 Branch: refs/heads/master Commit: 10ba38a720f2f8756fa12dbfbbf3a61d86ccb081 Parents: a982d00 Author: Raphael Ouazana <[email protected]> Authored: Thu Mar 15 16:35:55 2018 +0100 Committer: Raphael Ouazana <[email protected]> Committed: Thu Mar 15 16:35:55 2018 +0100 ---------------------------------------------------------------------- .../james/mailbox/store/mail/model/impl/MessageParserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/10ba38a7/mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/MessageParserTest.java ---------------------------------------------------------------------- diff --git a/mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/MessageParserTest.java b/mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/MessageParserTest.java index 40b73ec..98bf77a 100644 --- a/mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/MessageParserTest.java +++ b/mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/MessageParserTest.java @@ -218,7 +218,7 @@ public class MessageParserTest { public void getAttachementsShouldRetrieveAttachmentsWhenSomeAreInTheMultipartAlternative() throws Exception { List<MessageAttachment> attachments = testee.retrieveAttachments(ClassLoader.getSystemResourceAsStream("eml/invitationEmailFromOP.eml")); - assertThat(attachments).hasSize(6); + assertThat(attachments).hasSize(7); } @Test --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
