]> source.dussan.org Git - poi.git/commitdiff
Add missing testdata path
authorNick Burch <nick@apache.org>
Sun, 7 Sep 2008 20:21:21 +0000 (20:21 +0000)
committerNick Burch <nick@apache.org>
Sun, 7 Sep 2008 20:21:21 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@692937 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 3eed344cb2ba07477a5b18c044261ee550047c81..d2472c2dc305dd60c3b4611db113c79ce16a5453 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>