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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 5 16:29:27 EST 2007


Author: scott.stark at jboss.org
Date: 2007-12-05 16:29:27 -0500 (Wed, 05 Dec 2007)
New Revision: 67966

Modified:
   trunk/testsuite/build.xml
Log:
Add profileservice.excludes to all.excludes

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-12-05 21:26:00 UTC (rev 67965)
+++ trunk/testsuite/build.xml	2007-12-05 21:29:27 UTC (rev 67966)
@@ -769,7 +769,10 @@
   <patternset id="profileservice.includes">
     <include name="org/jboss/test/profileservice/test/*TestCase.class"/>
   </patternset>
-	
+  <patternset id="profileservice.excludes">
+    <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>
+  </patternset>
+
    <!-- Tests that are currently broken -->
    <patternset id="badtest.excludes">
       <exclude name="org/jboss/test/aop/test/RemotingUnitTestCase"/>
@@ -815,6 +818,7 @@
       <patternset refid="compatibility.excludes"/>
       <patternset refid="binding-manager.excludes"/>
       <patternset refid="jbossmq.excludes"/>
+      <patternset refid="profileservice.excludes"/>
    </patternset>
 
    <!-- A target that allows for conditional dependency on the compilation and




More information about the jboss-cvs-commits mailing list