[jboss-cvs] JBossAS SVN: r103649 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 7 14:06:35 EDT 2010


Author: pferraro
Date: 2010-04-07 14:06:35 -0400 (Wed, 07 Apr 2010)
New Revision: 103649

Modified:
   trunk/testsuite/build.xml
Log:
Add mod_cluster tests to "tests" target

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-04-07 17:47:25 UTC (rev 103648)
+++ trunk/testsuite/build.xml	2010-04-07 18:06:35 UTC (rev 103649)
@@ -1259,7 +1259,10 @@
       <antcall target="tests-jacc-security" inheritRefs="true"/>
       <antcall target="tests-jacc-security-allstarrole" inheritRefs="true"/>
       <antcall target="tests-jacc-securitymgr" inheritRefs="true"/>
-   	
+
+      <antcall target="tests-mod_cluster" inheritRefs="true"/>
+      <antcall target="tests-ha-mod_cluster" inheritRefs="true"/>
+
       <!-- JBAS-7247 classloader leak tests have been moved out of this
            target; see target tests-all-classloader-leak -->
    	




More information about the jboss-cvs-commits mailing list