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
92f0d10462
commit
a475de5785
@ -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
|
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
|
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
|
public void testBug53380_3() throws Exception
|
||||||
{
|
{
|
||||||
HWPFTestDataSamples.openSampleFile( "Bug53380_3.doc" );
|
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
Normal file
BIN
test-data/document/Bug53380_4.doc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user