]> source.dussan.org Git - poi.git/commitdiff
bug 60550: read ContentID chunks from mail attachments; unit test and test-data/hsmf...
authorJaven O'Neal <onealj@apache.org>
Thu, 5 Jan 2017 08:01:58 +0000 (08:01 +0000)
committerJaven O'Neal <onealj@apache.org>
Thu, 5 Jan 2017 08:01:58 +0000 (08:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777429 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java

index 66f182df1ab30e6809dfb0e8ea2804c6d6840c8c..4fa04eb9abe7f5328be4c7110804d299ddc8db25 100644 (file)
@@ -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();