You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sa...@apache.org on 2004/04/08 13:51:15 UTC

cvs commit: jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf HWPFDocFixture.java

sackley     2004/04/08 04:51:15

  Modified:    src/scratchpad/testcases/org/apache/poi/hwpf
                        HWPFDocFixture.java
  Log:
  patch and latest bug fixes
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf/HWPFDocFixture.java
  
  Index: HWPFDocFixture.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf/HWPFDocFixture.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HWPFDocFixture.java	3 Mar 2004 03:22:57 -0000	1.5
  +++ HWPFDocFixture.java	8 Apr 2004 11:51:15 -0000	1.6
  @@ -30,7 +30,7 @@
           filename = "c:";
         }
   
  -      filename = filename + "/test99.doc";
  +      filename = filename + "/blankplus.doc";
   
   
         POIFSFileSystem filesystem = new POIFSFileSystem(new FileInputStream(
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org