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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 7 15:43:55 EDT 2010


Author: johnbailey
Date: 2010-04-07 15:43:54 -0400 (Wed, 07 Apr 2010)
New Revision: 103653

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-7908] - Disable NamingServletUnitTestCase

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-04-07 19:37:49 UTC (rev 103652)
+++ trunk/testsuite/build.xml	2010-04-07 19:43:54 UTC (rev 103653)
@@ -1182,6 +1182,11 @@
    <patternset id="aop-with-classloader.includes">
       <include name="org/jboss/test/aop/test/Scoped*TestCase.class"/>
    </patternset>
+   
+   <patternset id="naming-servlet.excludes">
+      <!-- Testing functionality that does not currently exist - See: JBAS-7908 -->
+      <exclude name="org/jboss/test/web/test/NamingServletUnitTestCase.class"/>
+   </patternset>
 
    <!-- The union of the excludes -->
    <patternset id="all.excludes">
@@ -1206,6 +1211,7 @@
       <patternset refid="jbossmessaging.excludes"/>
       <patternset refid="springdeployer.excludes"/>
       <patternset refid="jbas7273.excludes"/>
+      <patternset refid="naming-servlet.excludes"/>
    </patternset>
 
    <!-- A target that allows for conditional dependency on the compilation and




More information about the jboss-cvs-commits mailing list