uses property from build file now

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2003-07-17 02:44:19 +00:00
parent cf7a808558
commit 5b543c765e
1 changed files with 6 additions and 0 deletions

View 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"));