Author: jsong
Date: Thu Aug 19 18:32:28 2004
New Revision: 36645
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
Submitting fix for Jamie Zyskowski ([EMAIL PROTECTED])
Make sure that Mantis creates correct test files before run and point to Mantis
generated test-suite
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Thu Aug 19 18:32:28 2004
@@ -184,14 +184,13 @@
<echo message="milton.jar: ${milton.jar}"/>
- <target name="run">
+ <target name="run" depends="mantis">
<gethostname/> <!-- set ${hostname} -->
<property name="test.hostname" value="${hostname}" />
<property name="test.hostname.port" value="8080" /> <!-- tomcat
default port -->
-
- <property name="test-suite" value="${junit.src.dir}/root.xml"/>
+ <property name="test-suite" value="${mantis.srcgen.dir}/root.xml"/>
<property name="tch.base-logfile-name" value="tch"/>
<tch tchHome="${tch.home}"