From: Sergey Vladimirov Date: Tue, 25 Sep 2012 21:42:09 +0000 (+0000) Subject: add 4th example file from Bug 53380 X-Git-Tag: 3.10-beta1~135 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a1dd78f3803df54888c370e50f1d0b26de34cce;p=poi.git add 4th example file from Bug 53380 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68 --- 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 70b3620279..7fadde76f3 100644 --- a/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java @@ -767,7 +767,7 @@ public class TestBugs extends TestCase } /** - * Bug 53380 - ArrayIndexOutOfBounds Excetion parsing word 97 document + * Bug 53380 - ArrayIndexOutOfBounds Exception parsing word 97 document */ public void testBug53380_1() throws Exception { @@ -775,7 +775,7 @@ public class TestBugs extends TestCase } /** - * Bug 53380 - ArrayIndexOutOfBounds Excetion parsing word 97 document + * Bug 53380 - ArrayIndexOutOfBounds Exception parsing word 97 document */ public void testBug53380_2() throws Exception { @@ -783,10 +783,18 @@ public class TestBugs extends TestCase } /** - * Bug 53380 - ArrayIndexOutOfBounds Excetion parsing word 97 document + * Bug 53380 - ArrayIndexOutOfBounds Exception parsing word 97 document */ public void testBug53380_3() throws Exception { HWPFTestDataSamples.openSampleFile( "Bug53380_3.doc" ); } + + /** + * Bug 53380 - ArrayIndexOutOfBounds Exception parsing word 97 document + */ + public void testBug53380_4() throws Exception + { + HWPFTestDataSamples.openSampleFile( "Bug53380_4.doc" ); + } } diff --git a/test-data/document/Bug53380_4.doc b/test-data/document/Bug53380_4.doc new file mode 100644 index 0000000000..dc33d898b0 Binary files /dev/null and b/test-data/document/Bug53380_4.doc differ