avik 2005/04/28 06:33:02
Modified: src/testcases/org/apache/poi/hssf/usermodel TestBugs.java
Log:
corrected
Revision Changes Path
1.19 +2 -1
jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
Index: TestBugs.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- TestBugs.java 22 Apr 2005 13:04:42 -0000 1.18
+++ TestBugs.java 28 Apr 2005 13:33:02 -0000 1.19
@@ -248,6 +248,7 @@
}
/**Double byte strings*/
+ /* 15556 is fixed, but this doesnt work due to bug 34575
public void test15556() throws java.io.IOException {
String filename = System.getProperty("HSSF.testdata.path");
@@ -259,7 +260,7 @@
this.assertTrue("Read row fine!" , true);
}
-
+ */
/**Double byte strings */
public void test22742() throws java.io.IOException {
String filename = System.getProperty("HSSF.testdata.path");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/