aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-09-18 18:54:47 +0000
committerDominik Stadler <centic@apache.org>2017-09-18 18:54:47 +0000
commite107c2865d8353b2ce1ed48bbe752777fbbf8bc7 (patch)
tree5d6142b71bc21d1c00a4114fba2f93c4102dd045 /build.xml
parent38650a6d2fc2fea011c0f19a26d62a158b865f59 (diff)
downloadpoi-e107c2865d8353b2ce1ed48bbe752777fbbf8bc7.tar.gz
poi-e107c2865d8353b2ce1ed48bbe752777fbbf8bc7.zip
Add missing test.jar to test-hssf target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index fca9d97b07..e23be54a18 100644
--- a/build.xml
+++ b/build.xml
@@ -1375,6 +1375,7 @@ under the License.
<junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="${halt.on.test.failure}"
failureproperty="main.hssf.test.failed" showoutput="true">
<classpath refid="test.classpath"/>
+ <classpath refid="test.jar.classpath"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="-ea"/>
<jvmarg value="-Xmx256m"/>