summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Vladimirov <sergey@apache.org>2012-09-21 07:16:03 +0000
committerSergey Vladimirov <sergey@apache.org>2012-09-21 07:16:03 +0000
commitf03ec6da4e40d07ad302103eaafac28382913688 (patch)
treebc4bc6d7c189434d9ced227c803267686122cd4d
parent624a2b1e799a235a9f2b251837ccc14d2e9cacf4 (diff)
downloadpoi-f03ec6da4e40d07ad302103eaafac28382913688.tar.gz
poi-f03ec6da4e40d07ad302103eaafac28382913688.zip
+one more test file for Bug 53380
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java8
-rw-r--r--test-data/document/Bug53380_3.docbin0 -> 248320 bytes
2 files changed, 8 insertions, 0 deletions
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java b/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
index 29638fd837..70b3620279 100644
--- a/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
+++ b/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
@@ -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
index 0000000000..5f1b3bde46
--- /dev/null
+++ b/test-data/document/Bug53380_3.doc
Binary files differ