You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2006/03/06 17:31:52 UTC

svn commit: r383577 - /incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java

Author: jstrachan
Date: Mon Mar  6 08:31:47 2006
New Revision: 383577

URL: http://svn.apache.org/viewcvs?rev=383577&view=rev
Log:
updated snippet tags

Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java

Modified: incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java?rev=383577&r1=383576&r2=383577&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/src/test/java/org/apache/servicemix/wsn/component/WSNComponentTest.java Mon Mar  6 08:31:47 2006
@@ -159,10 +159,10 @@
 	}
 
 	public void testUnsubscribe() throws Exception {
-        // START SNIPPET: subscribe
+        // START SNIPPET: sub
 		PullPoint pullPoint = wsnCreatePullPoint.createPullPoint();
 		Subscription subscription = wsnBroker.subscribe(pullPoint.getEndpoint(), "myTopic", null);
-        // END SNIPPET: subscribe
+        // END SNIPPET: sub
 		
 		wsnBroker.notify("myTopic", new Notify());
 		// Wait for notification