mirror of https://github.com/apache/poi.git
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:
parent
8bcd028feb
commit
658a1a46a3
|
@ -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}" />
|
||||
|
|
Loading…
Reference in New Issue