Author: jsong
Date: Mon Jul 26 14:17:50 2004
New Revision: 30727
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
update test\build.xml to allow choosing different text.xml
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Mon Jul 26 14:17:50 2004
@@ -161,7 +161,8 @@
<target name="run">
- <peanut peanutHome="${peanut.home}" testfile="${junit.src.dir}/root.xml"
fork="true">
+ <property name="test-suite" value="${junit.src.dir}/root.xml"/>
+ <peanut peanutHome="${peanut.home}" testfile="${test-suite}"
fork="true">
<classpath>
<!--pathelement path="${os.ANT_CLASSPATH}"/-->