dain        2003/09/07 21:36:32

  Modified:    modules/core/src/test/org/apache/geronimo/management
                        NotificationTypeTest.java StateTest.java
  Log:
  Updated to reflect movement of management code to kernel.  These tests should 
be moved
  also.
  
  Revision  Changes    Path
  1.3       +3 -1      
incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/NotificationTypeTest.java
  
  Index: NotificationTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/NotificationTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NotificationTypeTest.java 24 Aug 2003 05:31:40 -0000      1.2
  +++ NotificationTypeTest.java 8 Sep 2003 04:36:32 -0000       1.3
  @@ -59,6 +59,8 @@
   import javax.management.Notification;
   import javax.management.NotificationFilter;
   
  +import org.apache.geronimo.kernel.management.NotificationType;
  +
   import junit.framework.TestCase;
   
   /**
  
  
  
  1.2       +3 -1      
incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/StateTest.java
  
  Index: StateTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/core/src/test/org/apache/geronimo/management/StateTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StateTest.java    21 Aug 2003 00:36:35 -0000      1.1
  +++ StateTest.java    8 Sep 2003 04:36:32 -0000       1.2
  @@ -56,6 +56,8 @@
   
   package org.apache.geronimo.management;
   
  +import org.apache.geronimo.kernel.management.State;
  +
   import junit.framework.TestCase;
   
   /**
  
  
  

Reply via email to