diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java | 2 |
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(); |