[jboss-cvs] jboss-portal/testsuite ...

Julien Viet julien at jboss.com
Sun Jul 16 19:17:58 EDT 2006


  User: julien  
  Date: 06/07/16 19:17:58

  Modified:    testsuite  build.xml
  Log:
  added security tests to testsuite
  
  Revision  Changes    Path
  1.11      +12 -1     jboss-portal/testsuite/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/testsuite/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	16 Jul 2006 17:40:51 -0000	1.10
  +++ build.xml	16 Jul 2006 23:17:58 -0000	1.11
  @@ -35,6 +35,7 @@
      	<server:start name="default"/>
      	<antcall target="tests-common"/>
      	<antcall target="tests-format"/>
  +      <antcall target="tests-security"/>
      	<antcall target="tests-server"/>
      	<antcall target="tests-portlet"/>
      	<server:stop name="default"/>
  @@ -86,6 +87,16 @@
         </copy>
      </target>
   
  +   <!-- runs tests from the security module -->
  +   <target name="tests-security">
  +      <ant antfile="../security/build.xml" output="tests.log" dir="../security" target="test"/>
  +      <copy todir="output/reports">
  +         <fileset dir="../security/">
  +            <include name="TEST-*.xml"/>
  +         </fileset>
  +      </copy>
  +   </target>
  +
      <!-- runs tests from the server module -->
      <target name="tests-server">
         <antcall target="agent-deploy"/>
  
  
  



More information about the jboss-cvs-commits mailing list