mirror of https://github.com/apache/poi.git
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:
parent
f5f892acc1
commit
b26ccd4743
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue