[Jboss-cvs] JBossAS SVN: r56928 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 00:07:13 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-18 00:07:12 -0400 (Mon, 18 Sep 2006)
New Revision: 56928

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-3662] Add TCP_NIO to tests-clustering-all-stacks

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-09-18 03:52:06 UTC (rev 56927)
+++ trunk/testsuite/build.xml	2006-09-18 04:07:12 UTC (rev 56928)
@@ -902,15 +902,16 @@
     description="Execute clustering tests requiring two nodes.">
     <!-- Test the default UDP stack -->
     <antcall target="tests-clustering">
-      <param name="jboss-junit-configuration" value="UDP"/>
+      <param name="jboss-junit-configuration" value="udp"/>
     </antcall>
-    <!-- Test a TCP stack.
-      Disabled until http://jira.jboss.com/jira/browse/JBAS-1761 is resolved
+    <!-- Test a TCP stack.-->
     <antcall target="tests-clustering">
-      <param name="jgroups-stack" value="TCP"/>
-      <param name="jboss-junit-configuration" value="TCP"/>
+      <param name="jboss-junit-configuration" value="tcp"/>
     </antcall>
-    -->
+    <!-- Test a TCP_NIO stack.-->
+    <antcall target="tests-clustering">
+      <param name="jboss-junit-configuration" value="tcp_nio"/>
+    </antcall>    
   </target>
 
   <!-- Depending on the value of the ${jboss-junit-configuration} variable, uses different JGroups stacks -->
@@ -918,7 +919,7 @@
     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"/>
+    <property name="jboss-junit-configuration" value="udp"/>
 
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
 
@@ -3553,7 +3554,7 @@
 
    <target name="one-cluster-test" if="test">
 
-    <property name="jboss-junit-configuration" value="UDP"/>
+    <property name="jboss-junit-configuration" value="udp"/>
 
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
 




More information about the jboss-cvs-commits mailing list