]> source.dussan.org Git - poi.git/commitdiff
add comment for purpose of test
authorJaven O'Neal <onealj@apache.org>
Thu, 22 Sep 2016 03:37:09 +0000 (03:37 +0000)
committerJaven O'Neal <onealj@apache.org>
Thu, 22 Sep 2016 03:37:09 +0000 (03:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761842 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/extractor/TestExtractorFactory.java

index 92a963f07a99e2669408c40ba3e4d7d4e14cbea5..26fe68a63218a651347c21fe3cf1a286a2d885cb 100644 (file)
@@ -1024,6 +1024,7 @@ public class TestExtractorFactory {
     
     // This bug is currently open. This test will fail with "expected error not thrown" when the bug has been fixed.
     // When this happens, change this from @Test(expected=...) to @Test
+    // bug 45565: text within TextBoxes is extracted by ExcelExtractor and WordExtractor
     @Test(expected=AssertionError.class)
     public void test45565() throws Exception {
         POITextExtractor extractor = ExtractorFactory.createExtractor(HSSFTestDataSamples.getSampleFile("45565.xls"));