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

Julien Viet julien at jboss.com
Sun Jul 30 08:36:25 EDT 2006


  User: julien  
  Date: 06/07/30 08:36:25

  Modified:    testsuite  build.xml
  Log:
  JBPORTAL-973 : Portlet instance container integration testing
  JBPORTAL-972 : Portlet stateful invoker testing
  
  Revision  Changes    Path
  1.20      +5 -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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- build.xml	26 Jul 2006 09:38:42 -0000	1.19
  +++ build.xml	30 Jul 2006 12:36:25 -0000	1.20
  @@ -14,7 +14,8 @@
      <property name="jboss.junit.config" value=""/>
      <property name="log.dir" value="output/logs"/>
      <property name="reports.dir" value="output/reports"/>
  -   <property name="project.thirdparty" value="../thirdparty"/>
  +   <dirname property="project.root" file="${basedir}"/>
  +   <property name="project.thirdparty" value="${project.root}/thirdparty"/>
   
      &defaults;
      &libraries;
  @@ -105,6 +106,9 @@
            <antcall target="tests-modules">
               <param name="module" value="wsrp"/>
            </antcall>
  +         <antcall target="tests-modules">
  +            <param name="module" value="core"/>
  +         </antcall>
            <antcall target="agent-undeploy"/>
         </sequential>
         <server:stop name="default"/>
  
  
  



More information about the jboss-cvs-commits mailing list