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
This commit is contained in:
Glen Stampoultzis 2002-02-18 11:57:34 +00:00
parent 7cd296c291
commit 15c7122ac0

View File

@ -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}" />