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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 3 11:39:49 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-03 11:39:49 -0400 (Fri, 03 Oct 2008)
New Revision: 79101

Modified:
   trunk/testsuite/build.xml
Log:
[Enable aop scoped dependency tests] 

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-10-03 15:31:14 UTC (rev 79100)
+++ trunk/testsuite/build.xml	2008-10-03 15:39:49 UTC (rev 79101)
@@ -885,13 +885,9 @@
    <patternset id="aop-with-classloader.excludes">
       <!-- Needs to be started either with the bootclasspath or -javaagent classloader hooks -->
       <exclude name="org/jboss/test/aop/test/Scoped*.class"/>
-   	<!-- TODO enable to complete JBAS-5987 -->
-   	<exclude name="org/jboss/test/aop/test/*DependencyTestCase.class"/>
    </patternset>
    <patternset id="aop-with-classloader.includes">
       <include name="org/jboss/test/aop/test/Scoped*TestCase.class"/>
-      <!-- TODO enable to complete JBAS-5987 -->
-      <exclude name="org/jboss/test/aop/test/*DependencyTestCase.class"/>
    </patternset>
 
    <!-- The union of the excludes -->




More information about the jboss-cvs-commits mailing list