[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Wed Jul 19 16:02:34 EDT 2006


  User: asaldhana
  Date: 06/07/19 16:02:34

  Modified:    jbosstest  build.xml
  Log:
  Exclude the xacml web test from the security test set
  
  Revision  Changes    Path
  1.585     +2 -1      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.584
  retrieving revision 1.585
  diff -u -b -r1.584 -r1.585
  --- build.xml	18 Jul 2006 21:37:29 -0000	1.584
  +++ build.xml	19 Jul 2006 20:02:33 -0000	1.585
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.584 2006/07/18 21:37:29 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.585 2006/07/19 20:02:33 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -653,6 +653,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/web/security/authorization/XACMLWeb*.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