You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ke...@apache.org on 2004/10/01 20:14:36 UTC

svn commit: rev 47658 - incubator/beehive/trunk/controls/test

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" >