You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by se...@apache.org on 2012/09/21 09:16:03 UTC

svn commit: r1388351 - in /poi/trunk: src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java test-data/document/Bug53380_3.doc

Author: sergey
Date: Fri Sep 21 07:16:03 2012
New Revision: 1388351

URL: http://svn.apache.org/viewvc?rev=1388351&view=rev
Log:
+one more test file for Bug 53380

Added:
    poi/trunk/test-data/document/Bug53380_3.doc   (with props)
Modified:
    poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java

Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java?rev=1388351&r1=1388350&r2=1388351&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java (original)
+++ poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java Fri Sep 21 07:16:03 2012
@@ -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" );
+    }
 }

Added: poi/trunk/test-data/document/Bug53380_3.doc
URL: http://svn.apache.org/viewvc/poi/trunk/test-data/document/Bug53380_3.doc?rev=1388351&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/trunk/test-data/document/Bug53380_3.doc
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org