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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 9 18:08:24 EST 2010


Author: bstansberry at jboss.com
Date: 2010-02-09 18:08:24 -0500 (Tue, 09 Feb 2010)
New Revision: 100780

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-7703] Disable test of non-spec feature

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-02-09 22:18:49 UTC (rev 100779)
+++ trunk/testsuite/build.xml	2010-02-09 23:08:24 UTC (rev 100780)
@@ -1169,6 +1169,9 @@
         -->
       <!-- JBAS-7569 -->
       <exclude name="org/jboss/test/console/jbas3861/JBAS3861UnitTestCase.class"/>
+   	
+   	<!-- JBAS-7703 -->
+   	<exclude name="org/jboss/test/web/test/JSPAnnotationENCUnitTestCase.class"/>
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list