+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:
Sergey Vladimirov 2012-09-21 07:16:03 +00:00
parent 2ace74f64b
commit edae5cb060
2 changed files with 8 additions and 0 deletions

View File

@ -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.