mirror of https://github.com/apache/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
This commit is contained in:
parent
5ee2ce9546
commit
9a1dd78f38
|
@ -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" );
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue