diff options
author | Rainer Klute <klute@apache.org> | 2002-07-22 08:25:19 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2002-07-22 08:25:19 +0000 |
commit | ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1 (patch) | |
tree | 08d66f071d8555f6660ec9c9d09ec3f14f236b1f /build.xml | |
parent | 4478e6fea3f6f9698790539e29c90e4a3a216748 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"> |