[jboss-cvs] jboss-portal/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer ...

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


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

  Modified:    wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer 
                        MarkupTestCase.java
  Log:
  JBPORTAL-973 : Portlet instance container integration testing
  JBPORTAL-972 : Portlet stateful invoker testing
  
  Revision  Changes    Path
  1.17      +3 -3      jboss-portal/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MarkupTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- MarkupTestCase.java	9 Jul 2006 12:04:19 -0000	1.16
  +++ MarkupTestCase.java	30 Jul 2006 12:36:25 -0000	1.17
  @@ -74,7 +74,7 @@
   
   /**
    * @author <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.17 $
    * @since 2.4 (May 4, 2006)
    */
   public class MarkupTestCase extends V1ConsumerBaseTest
  @@ -357,12 +357,12 @@
            return id;
         }
   
  -      public void portletCloned(String portletId, String cloneId)
  +      public void portletCloned( String cloneId)
         {
            //nothing
         }
   
  -      public void portletCloned(String portletId, byte[] bytes)
  +      public void portletCloned(byte[] bytes)
         {
            //nothing
         }
  
  
  



More information about the jboss-cvs-commits mailing list