Author: kentam
Date: Fri Oct 1 11:14:35 2004
New Revision: 47658
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
Fix checkin test invocation.
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Fri Oct 1 11:14:35 2004
@@ -227,7 +227,7 @@
<!--antcall target="run" /-->
<echo message="${do.start.tomcat}"/>
<property name="test.freq" value="checkin"/>
- <antcall target="run.junit.java" />
+ <antcall target="run.test" />
</target>
<target name="detailed.tests" >