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
This commit is contained in:
Javen O'Neal 2017-01-05 08:01:58 +00:00
parent d10cc5eacd
commit fd47334832

View 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();