[jboss-cvs] jbosstest ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 18 17:37:30 EDT 2006


  User: asaldhana
  Date: 06/07/18 17:37:30

  Modified:    jbosstest  build.xml
  Log:
  Include the tests that have jaspi config
  
  Revision  Changes    Path
  1.584     +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.583
  retrieving revision 1.584
  diff -u -b -r1.583 -r1.584
  --- build.xml	17 Jul 2006 18:24:14 -0000	1.583
  +++ build.xml	18 Jul 2006 21:37:29 -0000	1.584
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.583 2006/07/17 18:24:14 rrajasekaran Exp $ -->
  +<!-- $Id: build.xml,v 1.584 2006/07/18 21:37:29 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -788,6 +788,7 @@
         <antcall target="test-example-binding-manager"/>
         <antcall target="tests-jacc-security"/>
         <antcall target="tests-jacc-securitymgr"/>
  +      <antcall target="tests-security-jaspi-unit"/>
         <antcall target="tests-compatibility"/>
         <antcall target="tests-webservice-ssl"/>
         <antcall target="tests-aop-scoped"/>
  
  
  



More information about the jboss-cvs-commits mailing list