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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 7 17:35:03 EST 2008


Author: sguilhen at redhat.com
Date: 2008-11-07 17:35:03 -0500 (Fri, 07 Nov 2008)
New Revision: 80695

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-6166: added security/authorization tests to security.excludes patternset to avoid errors when running the tests-standard-unit target, as these tests require java.security.auth.login.config property to be set.



Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-11-07 22:34:53 UTC (rev 80694)
+++ trunk/testsuite/build.xml	2008-11-07 22:35:03 UTC (rev 80695)
@@ -750,6 +750,7 @@
    <patternset id="security.excludes">
       <exclude name="**/test/naming/test/Security*"/>
       <exclude name="**/test/security/test/*UnitTestCase.class"/>
+      <exclude name="**/test/security/test/authorization/*UnitTestCase.class"/>
       <exclude name="**/test/jca/test/SecurityContextUnitTestCase.class"/>
       <exclude name="**/test/jmx/test/Secure*"/>
       <include name="**/test/jmx/test/RMIAdaptorAuthorizationUnitTestCase.class"/>




More information about the jboss-cvs-commits mailing list