[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 27 16:19:14 EDT 2006


  User: asaldhana
  Date: 06/07/27 16:19:14

  Modified:    jbosstest  build.xml
  Log:
  XACML Layer tests added to the basic security run
  
  Revision  Changes    Path
  1.596     +3 -2      jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.595
  retrieving revision 1.596
  diff -u -b -r1.595 -r1.596
  --- build.xml	26 Jul 2006 16:33:51 -0000	1.595
  +++ build.xml	27 Jul 2006 20:19:11 -0000	1.596
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.595 2006/07/26 16:33:51 rrajasekaran Exp $ -->
  +<!-- $Id: build.xml,v 1.596 2006/07/27 20:19:11 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -643,7 +643,8 @@
         <include name="**/test/naming/test/Security*"/>
         <include name="**/test/security/test/*UnitTestCase.class"/>
         <include name="**/test/security/test/auth/*UnitTestCase.class"/>
  -      <include name="**/test/security/test/authorization/XACMLEJB*UnitTest.class"/>
  +      <include name="**/test/security/test/authorization/XACML*UnitTest.class"/>
  +      <include name="**/test/web/security/authorization/XACML*UnitTestCase.class"/>
         <include name="**/test/jca/test/SecurityContextUnitTestCase.class"/>
         <include name="**/test/jmx/test/Secure*TestCase.class"/>
         <include name="**/test/perf/test/SecurePerfStressTestCase.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list