You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/05/07 01:26:02 UTC

svn commit: r168984 - /incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml

Author: jsong
Date: Fri May  6 16:26:01 2005
New Revision: 168984

URL: http://svn.apache.org/viewcvs?rev=168984&view=rev
Log:
Enable the detailed tests in the test distribution.

Contributed by Joe Pemberton.


Modified:
    incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml

Modified: incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml?rev=168984&r1=168983&r2=168984&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml (original)
+++ incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml Fri May  6 16:26:01 2005
@@ -107,7 +107,7 @@
     	<antcall target="build.controlsWeb"/>
 		<antcall target="checkin.tests"/>
 		<!--It is OK to have failures in detailed.tests. commented out temporarily-->
-    	<!--antcall target="detailed.tests"/-->
+    	<antcall target="detailed.tests"/>
     </target>
 
     <target name="prepare.controlsWeb" description="Prepare controlsWeb in build area">