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

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


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

  Modified:    portlet  build.xml
  Log:
  JBPORTAL-973 : Portlet instance container integration testing
  JBPORTAL-972 : Portlet stateful invoker testing
  
  Revision  Changes    Path
  1.134     +35 -2     jboss-portal/portlet/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -b -r1.133 -r1.134
  --- build.xml	26 Jul 2006 09:38:42 -0000	1.133
  +++ build.xml	30 Jul 2006 12:36:23 -0000	1.134
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.133 2006/07/26 09:38:42 claprun Exp $ -->
  +<!-- $Id: build.xml,v 1.134 2006/07/30 12:36:23 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -393,6 +393,7 @@
         <antcall target="test-jsr168"/>
         <undeploy file="${build.lib}/test.sar" config="default"/>
         <antcall target="test-info"/>
  +      <antcall target="test-framework"/>
      </target>
   
      <target name="test-jsr168" depends="init">
  @@ -479,9 +480,40 @@
         </execute-tests>
      </target>
   
  +   <target name="test-framework" depends="init">
  +      <execute-tests>
  +         <x-test>
  +            <test name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>
  +            <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
  +            <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  +         </x-test>
  +         <x-sysproperty>
  +            <sysproperty key="test.root" value="${build.lib}"/>
  +            <sysproperty key="test.uri" value="/test/redirect/"/>
  +         </x-sysproperty>
  +         <x-classpath>
  +            <path refid="oswego.concurrent.classpath"/>
  +            <path refid="jboss.remoting.classpath"/>
  +            <path refid="jboss.microcontainer.classpath"/>
  +            <path refid="jboss.jbossxb.classpath"/>
  +            <path refid="apache.xerces.classpath"/>
  +            <path refid="jbossas/core.libs.classpath"/>
  +            <pathelement location="${source.java}"/>
  +            <pathelement location="${build.classes}"/>
  +            <pathelement location="${build.resources}"/>
  +            <path refid="library.classpath"/>
  +            <path refid="dependentmodule.classpath"/>
  +         </x-classpath>
  +      </execute-tests>
  +   </target>
  +
      <target name="test2" depends="init">
         <execute-tests>
            <x-sysproperty>
  +<!--
  +            <jvmarg value="-Xdebug"/>
  +            <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"/>
  +-->
               <sysproperty key="test.root" value="${build.lib}"/>
               <sysproperty key="test.uri" value="/test/redirect/"/>
            </x-sysproperty>
  @@ -497,7 +529,8 @@
   
               <!--<test name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
               <!--<test name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>-->
  -            <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
  +            <!--<test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  +            <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
            </x-test>
            <x-classpath>
               <path refid="oswego.concurrent.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list