mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
+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" );
|
||||
}
|
||||
}
|
||||
|
||||
BIN
test-data/document/Bug53380_3.doc
Normal file
BIN
test-data/document/Bug53380_3.doc
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user