[jboss-cvs] JBossAS SVN: r65263 - trunk/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 9 10:00:13 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-09 10:00:12 -0400 (Sun, 09 Sep 2007)
New Revision: 65263

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
Add a no-start target for FIELD tests

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2007-09-09 05:10:31 UTC (rev 65262)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2007-09-09 14:00:12 UTC (rev 65263)
@@ -404,6 +404,21 @@
         <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
       </antcall>
       
+   </target>  
+
+   <target name="one-cluster-test-nostart-field" if="test">
+
+      <property name="jboss-junit-configuration" value="udp"/>
+
+      <echo message="Going to call target tests-clustering-unit for ${test}"/>
+
+      <antcall target="tests-clustering-unit">
+        <param name="cluster.includes.refid" value="one.test.includes"/>
+        <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
+        <param name="jbosstest.cluster.node0.config" value="cluster-field-${jboss-junit-configuration}-0"/>
+        <param name="jbosstest.cluster.node1.config" value="cluster-field-${jboss-junit-configuration}-1"/>
+      </antcall>
+      
    </target>
 
    <target name="one-cluster-test" if="test">




More information about the jboss-cvs-commits mailing list