浏览代码

add 4th example file from Bug 53380

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
tags/3.10-beta1
Sergey Vladimirov 11 年前
父节点
当前提交
9a1dd78f38
共有 2 个文件被更改,包括 11 次插入3 次删除
  1. 11
    3
      src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
  2. 二进制
      test-data/document/Bug53380_4.doc

+ 11
- 3
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java 查看文件

} }


/** /**
* 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
{ {
} }


/** /**
* 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
{ {
} }


/** /**
* 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" );
}
} }

二进制
test-data/document/Bug53380_4.doc 查看文件


正在加载...
取消
保存