[jboss-cvs] JBossAS SVN: r107647 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 17 11:51:43 EDT 2010


Author: jason.greene at jboss.com
Date: 2010-08-17 11:51:43 -0400 (Tue, 17 Aug 2010)
New Revision: 107647

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
Fix testsuite


Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-08-17 15:41:42 UTC (rev 107646)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-08-17 15:51:43 UTC (rev 107647)
@@ -1447,7 +1447,9 @@
 
       <!-- jmx-remoting.sar is now disabled for security reasons -->
       <exclude name="org/jboss/test/jmx/test/JMXConnectorUnitTestCase.class"/>
-      
+     
+      <!-- JBPAPP-4719 - This functionality was excluded by default for security reasons -->
+      <exclude name="org/jboss/test/console/jbas3861/**"/> 
       <!-- if we are testing EWP, we need to exclude some tests -->
       <patternset refid="ewp.excludes"/>
    </patternset>



More information about the jboss-cvs-commits mailing list