From fd4733483236c8663220558f03e247f26f7c14d7 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Thu, 5 Jan 2017 08:01:58 +0000 Subject: [PATCH] bug 60550: read ContentID chunks from mail attachments; unit test and test-data/hsmf/attachmet_msg_inlineImg.msg contributed by maoblackberry@gmail.com git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777429 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/hsmf/TestFileWithAttachmentsRead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java b/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java index 66f182df1a..4fa04eb9ab 100644 --- a/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java +++ b/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java @@ -62,7 +62,7 @@ public class TestFileWithAttachmentsRead extends TestCase { } /** - * Test to see if we get the correct Content-IDs of inline images. + * Bug 60550: Test to see if we get the correct Content-IDs of inline images`. */ public void testReadContentIDField() throws IOException { AttachmentChunks[] attachments = inlineImgMsgAttachments.getAttachmentFiles(); -- 2.39.5