aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-02-18 11:57:34 +0000
committerGlen Stampoultzis <glens@apache.org>2002-02-18 11:57:34 +0000
commit658a1a46a3222ed31347c313238aed97467456e7 (patch)
treeed7d60b052681395182d7039a79a3b7e15cbd6ef /tools
parent8bcd028febe341d669a6acf20d6aa5c29f496afb (diff)
downloadpoi-658a1a46a3222ed31347c313238aed97467456e7.tar.gz
poi-658a1a46a3222ed31347c313238aed97467456e7.zip
Looks like the test properties were missed. Fixed now. Joy.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r--tools/targets/test.xtarget4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/targets/test.xtarget b/tools/targets/test.xtarget
index 6ff67dd0f5..1cf2e82199 100644
--- a/tools/targets/test.xtarget
+++ b/tools/targets/test.xtarget
@@ -20,6 +20,10 @@
</classpath>
</javac>
<junit printsummary="yes" haltonfailure="yes" fork="yes">
+ <sysproperty key="UTIL.testdata.path"
+ value="${test.dir}/org/apache/poi/util/data"/>
+ <sysproperty key="HSSF.testdata.path"
+ value="${test.dir}/org/apache/poi/hssf/data"/>
<classpath>
<pathelement location="${build.test}" />
<pathelement location="${build.dest}" />