mirror of https://github.com/apache/poi.git
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:
parent
93eca601ca
commit
7f9191a2d1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue