]> source.dussan.org Git - poi.git/commitdiff
Add some testdata paths to the single unit test task, so that more of the scratchpad...
authorNick Burch <nick@apache.org>
Mon, 24 Sep 2007 15:52:57 +0000 (15:52 +0000)
committerNick Burch <nick@apache.org>
Mon, 24 Sep 2007 15:52:57 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578861 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4dac62c700afa99e47b595e02437fc769078fbcb..1b95090bc26eb9e888fb9ce793f337c48dffcf68 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -454,7 +454,10 @@ under the License.
                             </classpath>
             <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
             <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
+            <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
             <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
+            <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
+            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
                 <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain" usefile="no"/>
             <formatter type="xml"/>