bug 34575 fixed, thanks Amol
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e00185760d
commit
ca99a60e44
@ -248,7 +248,6 @@ extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**Double byte strings*/
|
/**Double byte strings*/
|
||||||
/* 15556 is fixed, but this doesnt work due to bug 34575
|
|
||||||
public void test15556() throws java.io.IOException {
|
public void test15556() throws java.io.IOException {
|
||||||
|
|
||||||
String filename = System.getProperty("HSSF.testdata.path");
|
String filename = System.getProperty("HSSF.testdata.path");
|
||||||
@ -260,7 +259,6 @@ extends TestCase {
|
|||||||
this.assertTrue("Read row fine!" , true);
|
this.assertTrue("Read row fine!" , true);
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
/**Double byte strings */
|
/**Double byte strings */
|
||||||
public void test22742() throws java.io.IOException {
|
public void test22742() throws java.io.IOException {
|
||||||
String filename = System.getProperty("HSSF.testdata.path");
|
String filename = System.getProperty("HSSF.testdata.path");
|
||||||
|
@ -37,18 +37,6 @@ public class TestUnfixedBugs extends TestCase {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 15556 is fixed, but this doesnt work due to bug 34575
|
|
||||||
* ArrayIndexOutOfBound in ObjRecord */
|
|
||||||
public void test15556() throws java.io.IOException {
|
|
||||||
String filename = System.getProperty("HSSF.testdata.path");
|
|
||||||
filename=filename+"/15556.xls";
|
|
||||||
FileInputStream in = new FileInputStream(filename);
|
|
||||||
HSSFWorkbook wb = new HSSFWorkbook(in);
|
|
||||||
HSSFSheet sheet = wb.getSheetAt(0);
|
|
||||||
HSSFRow row = sheet.getRow(45);
|
|
||||||
assertTrue("Read row fine!" , true);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ArrayIndexOutOfBound in BOFRecord */
|
/* ArrayIndexOutOfBound in BOFRecord */
|
||||||
public void test28772() throws java.io.IOException {
|
public void test28772() throws java.io.IOException {
|
||||||
|
Loading…
Reference in New Issue
Block a user