]> source.dussan.org Git - poi.git/commitdiff
uses property from build file now
authorSaid Ryan Ackley <sackley@apache.org>
Thu, 17 Jul 2003 02:44:19 +0000 (02:44 +0000)
committerSaid Ryan Ackley <sackley@apache.org>
Thu, 17 Jul 2003 02:44:19 +0000 (02:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353216 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hwpf/HWPFDocFixture.java

index abee2dbb58c2d620562ceb02406195926bd1c01e..dd6a0ffe3593b619a1f1f27439e7e5b4d89b5f04 100644 (file)
@@ -23,6 +23,12 @@ public class HWPFDocFixture
   {
     try
     {
+
+      String filename = System.getProperty("HSSF.testdata.path");
+
+      filename = filename + "/test.doc";
+
+
       POIFSFileSystem filesystem = new POIFSFileSystem(new FileInputStream(
         "C:\\test.doc"));