acoliver    02/04/30 18:19:28

  Modified:    src/testcases/org/apache/poi/hssf/usermodel
                        TestFormulas.java
  Log:
  probably nothing
  
  Revision  Changes    Path
  1.11      +2 -0      
jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java
  
  Index: TestFormulas.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestFormulas.java 1 May 2002 01:11:05 -0000       1.10
  +++ TestFormulas.java 1 May 2002 01:19:28 -0000       1.11
  @@ -291,6 +291,8 @@
           areaFunctionTest("AVERAGE");
       }
       
  +    
  +    
       private void operationRefTest(String operator) 
       throws Exception {
           File file = File.createTempFile("testFormula",".xls");
  
  
  


Reply via email to