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

Julien Viet julien at jboss.com
Wed Jul 12 04:17:50 EDT 2006


  User: julien  
  Date: 06/07/12 04:17:49

  Modified:    portlet  build.xml
  Log:
  added test case for query parameter conflict with JBP parameters
  
  Revision  Changes    Path
  1.126     +3 -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.125
  retrieving revision 1.126
  diff -u -b -r1.125 -r1.126
  --- build.xml	11 Jul 2006 23:09:18 -0000	1.125
  +++ build.xml	12 Jul 2006 08:17:49 -0000	1.126
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.125 2006/07/11 23:09:18 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.126 2006/07/12 08:17:49 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -716,7 +716,8 @@
            <!--<test name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>-->
   
            <!--<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.deployment.UnmarshallerTestCase"/>-->
  +         <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
   
            <classpath>
               <path refid="oswego.concurrent.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list