You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/03 06:57:48 UTC

svn commit: r109633 - /incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java

Author: ips
Date: Thu Dec  2 21:57:47 2004
New Revision: 109633

URL: http://svn.apache.org/viewcvs?view=rev&rev=109633
Log:
fixed context name in endpoint URL
Modified:
   incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java

Modified: incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java?view=diff&rev=109633&p1=incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java&r1=109632&p2=incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java&r2=109633
==============================================================================
--- incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java	(original)
+++ incubator/muse/trunk/src/test/org/apache/ws/notification/NotificationManagerImplTestCase.java	Thu Dec  2 21:57:47 2004
@@ -51,23 +51,20 @@
 import java.util.Calendar;
 
 /**
+ * A test case for {@link NotificationManagerImpl}.
+ *
  * @author saf
- * This class tests the NotificationManagerImpl
  */
 public class NotificationManagerImplTestCase
    extends TestCase
    implements TopicContainer,
               WSResource
 {
-   private static final String EXPECTED_SUBMGR_ADDRESS =
-      "http://localhost:8080/wsdm/services/SubscriptionManagerPort";
-   private static final String EXPECTED_SUBMGR_PORTTYPE = "{http://apache.org/ws/generated/submgr}SubscriptionManager";
 
-   /** DOCUMENT_ME */
-   private static final String EXPECTED_SUBMGR_SERVICENAME =
-      "{http://apache.org/ws/generated/submgr}SubscriptionManagerService";
+   private static final String EXPECTED_SUBMGR_ADDRESS = "http://localhost:8080/muse/services/SubscriptionManagerPort";
+   private static final String EXPECTED_SUBMGR_PORTTYPE = "{http://apache.org/ws/generated/submgr}SubscriptionManager";
+   private static final String EXPECTED_SUBMGR_SERVICENAME = "{http://apache.org/ws/generated/submgr}SubscriptionManagerService";
 
-   /** DOCUMENT_ME */
    private NotificationManagerImpl m_notificationManager;
 
    /**
@@ -156,6 +153,7 @@
    public void destroy(  )
    throws Exception
    {
+      // do nothing.
    }
 
    /**
@@ -185,6 +183,7 @@
     */
    public void refreshProperty( QName prop_qname )
    {
+      // do nothing.
    }
 
    /**
@@ -192,7 +191,7 @@
     */
    public void registered( RegistrationManager manager )
    {
-      return;
+      // do nothing.
    }
 
    /**
@@ -647,4 +646,5 @@
       assertEquals( EXPECTED_SUBMGR_SERVICENAME,
                     snt.getQNameValue(  ).toString(  ) );
    }
-}
\ No newline at end of file
+    
+}

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org