[jboss-cvs] JBossAS SVN: r108799 - branches/infinispan-int/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 22 11:35:44 EDT 2010


Author: pferraro
Date: 2010-10-22 11:35:44 -0400 (Fri, 22 Oct 2010)
New Revision: 108799

Modified:
   branches/infinispan-int/testsuite/imports/config/tests-clustering.xml
Log:
Add sfsb tests to tests-clustering-ejb3 target

Modified: branches/infinispan-int/testsuite/imports/config/tests-clustering.xml
===================================================================
--- branches/infinispan-int/testsuite/imports/config/tests-clustering.xml	2010-10-22 15:28:04 UTC (rev 108798)
+++ branches/infinispan-int/testsuite/imports/config/tests-clustering.xml	2010-10-22 15:35:44 UTC (rev 108799)
@@ -13,6 +13,7 @@
 
   <patternset id="cluster.ejb3.includes">
     <include name="org/jboss/test/cluster/ejb3/clusteredservice/unit/*TestCase.class"/>
+    <include name="org/jboss/test/cluster/ejb3/clusteredsession/**/unit/**TestCase.class"/>
   </patternset>
 
   <patternset id="cluster.defaultcfg.non.http.includes">
@@ -73,8 +74,8 @@
   <!-- Modify this patternset to get a custom set of tests to run via the
        tests-cluster-custom target -->
   <patternset id="cluster.custom.includes">
-  	<include name="org/jboss/test/cluster/defaultcfg/test/*TestCase.class"/>
-   <include name="org/jboss/test/cluster/multicfg/ejb2/test/*TestCase.class"/>
+     <include name="org/jboss/test/cluster/ejb3/clusteredsession/**/unit/**TestCase.class"/>
+     <!--exclude name="org/jboss/test/cluster/ejb3/clusteredsession/unit/ForeignPartitionLocalInterceptorUnitTestCase.class"/-->
   </patternset>
 
   <!--



More information about the jboss-cvs-commits mailing list