[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 25 13:29:46 EDT 2006


  User: asaldhana
  Date: 06/07/25 13:29:46

  Modified:    jbosstest  build.xml
  Log:
  Add the xacml ejb layer integration test to security tests
  
  Revision  Changes    Path
  1.594     +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.593
  retrieving revision 1.594
  diff -u -b -r1.593 -r1.594
  --- build.xml	24 Jul 2006 14:56:51 -0000	1.593
  +++ build.xml	25 Jul 2006 17:29:46 -0000	1.594
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.593 2006/07/24 14:56:51 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.594 2006/07/25 17:29:46 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -641,6 +641,7 @@
   	  <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/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