nicolaken 2002/12/22 14:11:40
Modified: . properties.xml
Log:
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.
Revision Changes Path
1.14 +12 -0 jakarta-poi/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/properties.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- properties.xml 20 Dec 2002 15:26:03 -0000 1.13
+++ properties.xml 22 Dec 2002 22:11:40 -0000 1.14
@@ -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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>