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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 16 16:29:35 EDT 2010


Author: pferraro
Date: 2010-07-16 16:29:35 -0400 (Fri, 16 Jul 2010)
New Revision: 106792

Modified:
   branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
Log:
Restore commented tests from testing of previous fix to tests-clustering-multicfg

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2010-07-16 20:27:10 UTC (rev 106791)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2010-07-16 20:29:35 UTC (rev 106792)
@@ -217,7 +217,7 @@
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss.default.jgroups.stack}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss.default.jgroups.stack}-1"/>
     </antcall>
-<!--    
+    
     <echo message="Going to call target tests-clustering-unit for HTTP tests (ASYNC, no BR)"/>
 
     <antcall target="tests-clustering-unit">
@@ -238,10 +238,10 @@
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss.default.jgroups.stack}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss.default.jgroups.stack}-1"/>
     </antcall>
--->
+
     <server:stop name="cluster-${jboss.default.jgroups.stack}-0"/>
     <server:stop name="cluster-${jboss.default.jgroups.stack}-1"/>
-<!--
+
     <sleep seconds="4"/>
 
     <echo message="Going to call target tests-clustering-unit again with new configuration (SYNC, no BR)"/>
@@ -315,7 +315,7 @@
 
     <server:stop name="cluster-${jboss.default.jgroups.stack}-BR-0"/>
     <server:stop name="cluster-${jboss.default.jgroups.stack}-BR-1"/>
--->
+
   </target>
   
   <target name="tests-clustering-configure" unless="${tests.clustering.skip.startup}">



More information about the jboss-cvs-commits mailing list