[jboss-cvs] JBossAS SVN: r88957 - branches/Branch_5_x/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri May 15 16:42:33 EDT 2009
Author: anil.saldhana at jboss.com
Date: 2009-05-15 16:42:33 -0400 (Fri, 15 May 2009)
New Revision: 88957
Modified:
branches/Branch_5_x/testsuite/build.xml
Log:
exclude the password injection test from main run
Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml 2009-05-15 20:26:23 UTC (rev 88956)
+++ branches/Branch_5_x/testsuite/build.xml 2009-05-15 20:42:33 UTC (rev 88957)
@@ -788,6 +788,7 @@
<exclude name="**/test/web/security/authorization/XACMLWeb*.class"/>
<exclude name="**/test/security/test/client/*UnitTestCase.class"/>
<exclude name="**/test/profileservice/testsecure/*UnitTestCase.class"/>
+ <exclude name="**/test/passwordinjection/test/*UnitTestCase.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