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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 7 05:08:50 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-11-07 05:08:50 -0500 (Fri, 07 Nov 2008)
New Revision: 80631

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
[JBAS-6056] [JBAS-6153] In-AS transaction sticky tests only run once.

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2008-11-07 09:15:27 UTC (rev 80630)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2008-11-07 10:08:50 UTC (rev 80631)
@@ -115,6 +115,10 @@
       <param name="jboss-junit-configuration" value="tcp_nio"/>
     </antcall>
     -->
+    <!-- Test user transaction sticky with default stack. Left out of the 
+    other clustering tests because it needs a separate different configuration.
+    -->
+    <antcall target="tests-clustered-ustxsticky"/>
   </target>
 
   <!-- Runs only the multicfg tests -->
@@ -257,8 +261,6 @@
     <server:stop name="cluster-${jboss-junit-configuration}-BR-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-BR-1"/>
 
-    <antcall target="tests-clustered-ustxsticky"/>
-
   </target>
   
   <target name="tests-clustering-configure" unless="${tests.clustering.skip.startup}">




More information about the jboss-cvs-commits mailing list