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/03/02 07:23:32 UTC

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

sackley     2004/03/01 22:23:32

  Modified:    src/scratchpad/testcases/org/apache/poi/hwpf
                        HWPFDocFixture.java
  Log:
  latest changes
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HWPFDocFixture.java	21 Jul 2003 03:29:24 -0000	1.3
  +++ HWPFDocFixture.java	2 Mar 2004 06:23:32 -0000	1.4
  @@ -5,7 +5,7 @@
   import org.apache.poi.poifs.filesystem.POIFSFileSystem;
   import org.apache.poi.poifs.filesystem.DocumentEntry;
   
  -import org.apache.poi.hwpf.model.hdftypes.*;
  +import org.apache.poi.hwpf.model.*;
   import java.io.File;
   
   
  @@ -30,7 +30,7 @@
           filename = "c:";
         }
   
  -      filename = filename + "/test.doc";
  +      filename = filename + "/test99.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