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

Julien Viet julien at jboss.com
Mon Jul 17 09:20:04 EDT 2006


  User: julien  
  Date: 06/07/17 09:20:04

  Modified:    testsuite  build.xml
  Log:
  added cms to testsuite
  
  Revision  Changes    Path
  1.13      +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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	17 Jul 2006 12:27:13 -0000	1.12
  +++ build.xml	17 Jul 2006 13:20:04 -0000	1.13
  @@ -39,6 +39,7 @@
         <antcall target="tests-identity"/>
      	<antcall target="tests-server"/>
      	<antcall target="tests-portlet"/>
  +      <antcall target="tests-cms"/>
      	<server:stop name="default"/>
      	<antcall target="reports"/>
      </target>
  @@ -132,6 +133,16 @@
         <antcall target="agent-undeploy"/>
      </target>
   
  +   <!-- runs tests from the cms module -->
  +   <target name="tests-cms">
  +      <ant antfile="../cms/build.xml" output="tests.log" dir="../cms" target="test"/>
  +      <copy todir="output/reports">
  +         <fileset dir="../cms/">
  +            <include name="TEST-*.xml"/>
  +         </fileset>
  +      </copy>
  +   </target>
  +
      <!-- Deployment of agent -->
      <target name="agent-deploy">
         <deploy file="../test/output/lib/portal-test.sar" config="default"/>
  
  
  



More information about the jboss-cvs-commits mailing list