diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java b/src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java index 66f182df1..4fa04eb9a 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();