[jboss-cvs] JBossAS SVN: r111265 - branches/JBPAPP_5_1/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 29 12:24:11 EDT 2011


Author: akostadinov
Date: 2011-04-29 12:24:10 -0400 (Fri, 29 Apr 2011)
New Revision: 111265

Modified:
   branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
Log:
JBPAPP-6415 - fix tests-clustering-mod_cluster-ec2 to call tests-clustering target properly

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2011-04-29 05:45:24 UTC (rev 111264)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2011-04-29 16:24:10 UTC (rev 111265)
@@ -501,18 +501,9 @@
 
   <target name="tests-clustering-mod_cluster-ec2">
 
-    <!-- Create tests-configs content for cluster-tcp-0/1 from the cluster-udp content -->
-    <mkdir dir="${build.resources}/test-configs/cluster-tcp-0"/>
-    <copy todir="${build.resources}/test-configs/cluster-tcp-0">
-      <fileset dir="${build.resources}/test-configs/cluster-udp-0" />
-    </copy>
-    <mkdir dir="${build.resources}/test-configs/cluster-tcp-1"/>
-    <copy todir="${build.resources}/test-configs/cluster-tcp-1">
-      <fileset dir="${build.resources}/test-configs/cluster-udp-1" />
-    </copy> 
-
     <antcall target="tests-clustering">
       <param name="jboss.default.jgroups.stack" value="tcp"/>
+      <param name="newconf-src" value="cluster-udp"/>
       <param name="baseconf" value="mod_cluster-ec2"/>
       <param name="cluster.excludes.refid" value="ec2.excludes"/>
     </antcall>



More information about the jboss-cvs-commits mailing list