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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 18 11:27:47 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-18 11:27:47 -0400 (Sat, 18 Aug 2007)
New Revision: 64682

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
Remove comments disabling tests

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2007-08-18 15:26:06 UTC (rev 64681)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2007-08-18 15:27:47 UTC (rev 64682)
@@ -139,7 +139,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, with BR)"/>
 
     <antcall target="tests-clustering-unit">
@@ -148,10 +148,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, with BR)"/>
@@ -251,7 +251,7 @@
 
     <server:stop name="cluster-field-${jboss-junit-configuration}-TOTAL-0"/>
     <server:stop name="cluster-field-${jboss-junit-configuration}-TOTAL-1"/>
--->
+
   </target>
   
   <target name="tests-clustering-configure" unless="${tests.clustering.skip.startup}">




More information about the jboss-cvs-commits mailing list