avik        2005/07/08 09:01:07

  Modified:    src/testcases/org/apache/poi/hssf/usermodel TestBugs.java
                        TestUnfixedBugs.java
  Log:
  bug 34575 fixed, thanks Amol
  
  Revision  Changes    Path
  1.23      +0 -2      
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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TestBugs.java     19 May 2005 15:13:04 -0000      1.22
  +++ TestBugs.java     8 Jul 2005 16:01:06 -0000       1.23
  @@ -248,7 +248,6 @@
       }
       
       /**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");
  @@ -260,7 +259,6 @@
           this.assertTrue("Read row fine!" , true);
           
       }
  -    */
       /**Double byte strings */
       public void test22742() throws java.io.IOException {
           String filename = System.getProperty("HSSF.testdata.path");
  
  
  
  1.5       +0 -12     
jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestUnfixedBugs.java
  
  Index: TestUnfixedBugs.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestUnfixedBugs.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestUnfixedBugs.java      31 May 2005 19:03:19 -0000      1.4
  +++ TestUnfixedBugs.java      8 Jul 2005 16:01:06 -0000       1.5
  @@ -37,18 +37,6 @@
   
        }
        
  -        /* 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 */  
         public void test28772() throws java.io.IOException {
  
  
  

---------------------------------------------------------------------
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/

Reply via email to