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
7cd296c291
commit
15c7122ac0
@ -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
Block a user