[jboss-cvs] JBossAS SVN: r86946 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 03:20:36 EDT 2009


Author: ALRubinger
Date: 2009-04-08 03:20:36 -0400 (Wed, 08 Apr 2009)
New Revision: 86946

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
[JBAS-6582] Remove EJB3 ServletUnitTestCase until feature to inject to Servlet outside module is addressed

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-04-08 07:11:09 UTC (rev 86945)
+++ branches/Branch_5_x/testsuite/build.xml	2009-04-08 07:20:36 UTC (rev 86946)
@@ -917,7 +917,9 @@
    	<!-- Exclude some classloader leak tests on Sun VM only; they should run on JRockit -->
    	<exclude name="org/jboss/test/classloader/leak/test/AopPreparedClassesClassloaderLeakUnitTestCase.class" if="sun-vm"/>
    	<exclude name="org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.class" if="sun-vm"/>
-   		
+   
+      <!-- JBAS-6582, http://lists.jboss.org/pipermail/jboss-development/2008-December/013254.html -->
+      <exclude name="org/jboss/test/ejb3/servlet/unit/ServletUnitTestCase.class"/>	
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list