aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2017-01-05 08:01:58 +0000
committerJaven O'Neal <onealj@apache.org>2017-01-05 08:01:58 +0000
commitb26ccd4743be108aefd43ce4de6f5ab611a75f37 (patch)
tree94231495e93f31fc110b0bc3510359c8de1f5c42 /src
parentf5f892acc1a2dc63a9fd7d18e2a160a7a5e4325f (diff)
downloadpoi-b26ccd4743be108aefd43ce4de6f5ab611a75f37.tar.gz
poi-b26ccd4743be108aefd43ce4de6f5ab611a75f37.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java2
1 files changed, 1 insertions, 1 deletions
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();