[jboss-cvs] JBossAS SVN: r61851 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 11:08:04 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-03-29 11:08:04 -0400 (Thu, 29 Mar 2007)
New Revision: 61851

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4270:add the RMIAdaptorAuthorizationUnitTestCase to the security excludes

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-29 14:52:54 UTC (rev 61850)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-29 15:08:04 UTC (rev 61851)
@@ -577,6 +577,7 @@
     <exclude name="**/test/jrmp/test/DynLoadingFromSARUnpackedUnitTestCase.class"/>
     <exclude name="**/test/perf/test/SecurePerfStressTestCase.class"/>
     <exclude name="**/test/timer/test/SecureTimerUnitTestCase.class"/>
+    <exclude name="**/test/jmx/test/RMIAdaptorAuth*TestCase.class"/>
   </patternset>
   <!-- A patternset that requires jboss to run with a security manager -->
   <patternset id="securitymgr.includes">




More information about the jboss-cvs-commits mailing list