mirror of https://github.com/apache/poi.git
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:
parent
3543ed5f16
commit
719a15d05c
|
@ -23,6 +23,12 @@ public class HWPFDocFixture
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
|
String filename = System.getProperty("HSSF.testdata.path");
|
||||||
|
|
||||||
|
filename = filename + "/test.doc";
|
||||||
|
|
||||||
|
|
||||||
POIFSFileSystem filesystem = new POIFSFileSystem(new FileInputStream(
|
POIFSFileSystem filesystem = new POIFSFileSystem(new FileInputStream(
|
||||||
"C:\\test.doc"));
|
"C:\\test.doc"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue