Browse Source

add 4th example file from Bug 53380

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
tags/3.10-beta1
Sergey Vladimirov 11 years ago
parent
commit
9a1dd78f38

+ 11
- 3
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java View File

@@ -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" );
}
}

BIN
test-data/document/Bug53380_4.doc View File


Loading…
Cancel
Save