[jboss-cvs] JBossAS SVN: r107894 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 30 15:45:52 EDT 2010


Author: thauser at redhat.com
Date: 2010-08-30 15:45:51 -0400 (Mon, 30 Aug 2010)
New Revision: 107894

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
Added an exclude for the tests from JBAS-3861, due to functionality being removed. 

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2010-08-30 19:44:31 UTC (rev 107893)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2010-08-30 19:45:51 UTC (rev 107894)
@@ -808,6 +808,8 @@
     <exclude name="org/jboss/test/jbossmq/test/SecurityUnitTestCase.class"/>
     <!-- JBAS-4271, test intermittently fails -->
     <exclude name="org/jboss/test/pooled/test/SSLSocketsUnitTestCase.class"/>
+  	<!-- JBPAPP-4487. Functionality excluded for security reasons -->
+  	<exclude name="org/jboss/test/console/jbas3861/**"/> 
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">



More information about the jboss-cvs-commits mailing list