aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2002-07-22 08:25:19 +0000
committerRainer Klute <klute@apache.org>2002-07-22 08:25:19 +0000
commitace2d2b80c3f4e4a068cf2b604d70efa3ceecec1 (patch)
tree08d66f071d8555f6660ec9c9d09ec3f14f236b1f /build.xml
parent4478e6fea3f6f9698790539e29c90e4a3a216748 (diff)
downloadpoi-ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1.tar.gz
poi-ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1.zip
First HPSF test cases added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 343075e60d..335afe370c 100644
--- a/build.xml
+++ b/build.xml
@@ -390,6 +390,8 @@
value="${xlayout.source.test.dir}/org/apache/poi/util/data"/>
<sysproperty key="HSSF.testdata.path"
value="${xlayout.source.test.dir}/org/apache/poi/hssf/data"/>
+ <sysproperty key="HPSF.testdata.path"
+ value="${xlayout.source.test.dir}/org/apache/poi/hpsf/data"/>
<classpath>
<path>
<fileset dir="." casesensitive="yes">