mirror of https://github.com/apache/poi.git
+one more test file for Bug 53380
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
624a2b1e79
commit
f03ec6da4e
|
@ -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" );
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue