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/10 00:40:26 UTC

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

Author: jsong
Date: Mon May  9 15:40:25 2005
New Revision: 169371

URL: http://svn.apache.org/viewcvs?rev=169371&view=rev
Log:
Update controls dist build to include mantis generated tests into controlsWeb and re-activate detailed.tests in dist-test.

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

Modified: incubator/beehive/trunk/controls/test/dist-test/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/dist-test/build.xml?rev=169371&r1=169370&r2=169371&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/dist-test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/dist-test/build.xml Mon May  9 15:40:25 2005
@@ -144,7 +144,13 @@
             </fileset>
        </copy>       
 
-       <!--Copu build script over/-->
+	   <!--Copy mantis generated tests-->
+       <copy todir="${test.dist.base.dir}/beehive-test-dist/controls/test/webapps/controlsWeb/WEB-INF/src/milton"
+       			verbose="true" overwrite="true">
+            <fileset dir="../build/webapps/controlsWeb/WEB-INF/src/milton"/>
+       </copy>       
+
+       <!--Copy build script over/-->
        <copy file="common/run-test-build.xml" 
              tofile="${test.dist.base.dir}/beehive-test-dist/controls/test/build.xml"/>
        <copy file="common/path.properties" 

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=169371&r1=169370&r2=169371&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 Mon May  9 15:40:25 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">