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

Julien Viet julien at jboss.com
Mon Jul 17 08:27:13 EDT 2006


  User: julien  
  Date: 06/07/17 08:27:13

  Modified:    testsuite  build.xml
  Log:
  added identity tests to the main testsuite
  
  Revision  Changes    Path
  1.12      +11 -0     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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- build.xml	16 Jul 2006 23:17:58 -0000	1.11
  +++ build.xml	17 Jul 2006 12:27:13 -0000	1.12
  @@ -36,6 +36,7 @@
      	<antcall target="tests-common"/>
      	<antcall target="tests-format"/>
         <antcall target="tests-security"/>
  +      <antcall target="tests-identity"/>
      	<antcall target="tests-server"/>
      	<antcall target="tests-portlet"/>
      	<server:stop name="default"/>
  @@ -97,6 +98,16 @@
         </copy>
      </target>
   
  +   <!-- runs tests from the identity module -->
  +   <target name="tests-identity">
  +      <ant antfile="../identity/build.xml" output="tests.log" dir="../identity" target="test"/>
  +      <copy todir="output/reports">
  +         <fileset dir="../identity/">
  +            <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