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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 18 08:42:22 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-18 08:42:21 -0500 (Sun, 18 Nov 2007)
New Revision: 67230

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
Add everything under org.jboss.test.cluster to cluster.excludes, not just stuff in a 'test' subpackage

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2007-11-18 00:38:04 UTC (rev 67229)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2007-11-18 13:42:21 UTC (rev 67230)
@@ -55,7 +55,7 @@
     <include name="org/jboss/test/cluster/multicfg/web/jk/test/*TestCase.class"/>
   </patternset>
   <patternset id="cluster.excludes">
-    <exclude name="org/jboss/test/cluster/**/test/*TestCase.class"/>
+    <exclude name="org/jboss/test/cluster/**/*TestCase.class"/>
   </patternset>
 
   <!--




More information about the jboss-cvs-commits mailing list