You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/08 06:35:59 UTC

cvs commit: incubator-geronimo/modules/core/src/test/org/apache/geronimo/common InvocationTypeTest.java SimpleInvocationTest.java StackThreadLocalTest.java

dain        2003/09/07 21:35:59

  Modified:    modules/core/src/test/org/apache/geronimo/common
                        InvocationTypeTest.java SimpleInvocationTest.java
                        StackThreadLocalTest.java
  Log:
  Updated to reflect movement of base services to o.a.g.core.services.  Theses tests need
  to be moved also.
  
  Revision  Changes    Path
  1.3       +4 -2      incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/InvocationTypeTest.java
  
  Index: InvocationTypeTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/InvocationTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InvocationTypeTest.java	17 Aug 2003 10:32:10 -0000	1.2
  +++ InvocationTypeTest.java	8 Sep 2003 04:35:59 -0000	1.3
  @@ -56,10 +56,12 @@
   
   package org.apache.geronimo.common;
   
  +import org.apache.geronimo.core.service.InvocationType;
  +
   import junit.framework.TestCase;
   
   /**
  - * Unit test for org.apache.geronimo.common.InvocationType
  + * Unit test for org.apache.geronimo.core.service.InvocationType
    *
    * @version $Revision$ $Date$
    */
  
  
  
  1.3       +7 -3      incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/SimpleInvocationTest.java
  
  Index: SimpleInvocationTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/SimpleInvocationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleInvocationTest.java	28 Aug 2003 05:12:10 -0000	1.2
  +++ SimpleInvocationTest.java	8 Sep 2003 04:35:59 -0000	1.3
  @@ -56,6 +56,10 @@
   
   package org.apache.geronimo.common;
   
  +import org.apache.geronimo.core.service.Invocation;
  +import org.apache.geronimo.core.service.SimpleInvocation;
  +import org.apache.geronimo.core.service.StringInvocationKey;
  +
   import junit.framework.TestCase;
   
   /**
  @@ -82,8 +86,8 @@
       }
   
       /**
  -     * Test case for {@link SimpleInvocation#getMarshal()}
  -     * and {@link SimpleInvocation#putMarshal( Object, Object )}
  +     * Test case for {@link org.apache.geronimo.core.service.SimpleInvocation#getMarshal()}
  +     * and {@link org.apache.geronimo.core.service.SimpleInvocation#putMarshal( Object, Object )}
        *
        * @throws Exception
        */
  
  
  
  1.3       +5 -3      incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/StackThreadLocalTest.java
  
  Index: StackThreadLocalTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/common/StackThreadLocalTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StackThreadLocalTest.java	12 Aug 2003 20:07:40 -0000	1.2
  +++ StackThreadLocalTest.java	8 Sep 2003 04:35:59 -0000	1.3
  @@ -56,6 +56,8 @@
   
   package org.apache.geronimo.common;
   
  +import org.apache.geronimo.core.service.StackThreadLocal;
  +
   import junit.framework.TestCase;
   
   /**
  @@ -80,8 +82,8 @@
       }
   
       /**
  -     * Test case for {@link StackThreadLocal#push()}, 
  -     * {@link StackThreadLocal#peek()} and {@link StackThreadLocal#pop()}
  +     * Test case for {@link org.apache.geronimo.core.service.StackThreadLocal#push()},
  +     * {@link org.apache.geronimo.core.service.StackThreadLocal#peek()} and {@link org.apache.geronimo.core.service.StackThreadLocal#pop()}
        *
        * @throws Exception
        */