mirror of https://github.com/apache/poi.git
Add missing testdata path
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@692937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a7e7f103b
commit
a0c22e838d
|
@ -800,6 +800,7 @@ under the License.
|
|||
<target name="test-ooxml" depends="compile-main,compile-ooxml,-test-ooxml-check" unless="ooxml.test.notRequired">
|
||||
<junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="ooxml.test.failed">
|
||||
<classpath refid="test.ooxml.classpath" />
|
||||
<sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/>
|
||||
<sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
|
||||
<sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
|
||||
<sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
|
||||
|
|
Loading…
Reference in New Issue