Added sysproperties section for junit.

New junit cent in CVS (not yet in repo) now allows them to
be specified in the ptoperties.xml file.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-12-22 22:11:40 +00:00
parent 93eca601ca
commit 7f9191a2d1
1 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,18 @@
-->
</cent>
</java>
<junit>
<cent>
<extra>
<sysproperty key="UTIL.testdata.path"
value="./src/testcases/org/apache/poi/util/data"/>
<sysproperty key="HSSF.testdata.path"
value="./src/testcases/org/apache/poi/hssf/data"/>
<sysproperty key="HPSF.testdata.path"
value="./src/testcases/org/apache/poi/hpsf/data"/>
</extra>
</cent>
</junit>
<!-- deprecated properties -->
<centipede>