corrected

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2005-04-28 13:33:02 +00:00
parent 0cba55bf3e
commit b05501d7b9

View File

@ -248,6 +248,7 @@ 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");
@ -259,7 +260,7 @@ 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");