]> source.dussan.org Git - poi.git/commitdiff
Add missing test.jar to test-hssf target
authorDominik Stadler <centic@apache.org>
Mon, 18 Sep 2017 18:54:47 +0000 (18:54 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 18 Sep 2017 18:54:47 +0000 (18:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808762 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index fca9d97b07abbf361af451aba1ccf0ad1b7376ca..e23be54a1823054289a9c29e7bffbf4c98a1ddbd 100644 (file)
--- 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"/>