[Jboss-cvs] JBossAS SVN: r55929 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 14 22:45:28 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-14 22:45:27 -0400 (Mon, 14 Aug 2006)
New Revision: 55929

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Ensure tests-clustering has a default config value

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-08-15 01:45:04 UTC (rev 55928)
+++ branches/Branch_4_0/testsuite/build.xml	2006-08-15 02:45:27 UTC (rev 55929)
@@ -1051,6 +1051,9 @@
   <target name="tests-clustering"
     description="Execute clustering tests requiring two nodes.">
 
+    <!-- If jboss-junit-configuration wasn't passed in, set it now -->
+    <property name="jboss-junit-configuration" value="UDP"/>
+    
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
 
     <server:start name="cluster-${jboss-junit-configuration}-0"/>
@@ -1064,7 +1067,7 @@
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <echo message="Going to call target tests-clustering-unit for HTTP tests (ASYNC, no BR)"/>
 
     <antcall target="tests-clustering-unit">
@@ -1073,10 +1076,10 @@
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-${jboss-junit-configuration}-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-1"/>
-    
+
     <sleep seconds="4"/>
 
     <echo message="Going to call target tests-clustering-unit again for FIELD granularity tests (ASYNC, no BR)"/>




More information about the jboss-cvs-commits mailing list