]> source.dussan.org Git - poi.git/commitdiff
+one more test file for Bug 53380
authorSergey Vladimirov <sergey@apache.org>
Fri, 21 Sep 2012 07:16:03 +0000 (07:16 +0000)
committerSergey Vladimirov <sergey@apache.org>
Fri, 21 Sep 2012 07:16:03 +0000 (07:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
test-data/document/Bug53380_3.doc [new file with mode: 0644]

index 29638fd8373a1df1fff681a3b698f97918f150fe..70b36202793f4b81be835191245e7d8bb7dbd085 100644 (file)
@@ -781,4 +781,12 @@ public class TestBugs extends TestCase
     {
         HWPFTestDataSamples.openSampleFile( "Bug53380_2.doc" );
     }
+
+    /**
+     * Bug 53380 - ArrayIndexOutOfBounds Excetion parsing word 97 document
+     */
+    public void testBug53380_3() throws Exception
+    {
+        HWPFTestDataSamples.openSampleFile( "Bug53380_3.doc" );
+    }
 }
diff --git a/test-data/document/Bug53380_3.doc b/test-data/document/Bug53380_3.doc
new file mode 100644 (file)
index 0000000..5f1b3bd
Binary files /dev/null and b/test-data/document/Bug53380_3.doc differ