diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-18 18:54:47 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-18 18:54:47 +0000 |
commit | e107c2865d8353b2ce1ed48bbe752777fbbf8bc7 (patch) | |
tree | 5d6142b71bc21d1c00a4114fba2f93c4102dd045 /build.xml | |
parent | 38650a6d2fc2fea011c0f19a26d62a158b865f59 (diff) | |
download | poi-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"/> |