You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ma...@apache.org on 2006/11/07 10:14:45 UTC

svn commit: r472044 - /incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java

Author: marnie
Date: Tue Nov  7 01:14:45 2006
New Revision: 472044

URL: http://svn.apache.org/viewvc?view=rev&rev=472044
Log:
Comment tidy up

Modified:
    incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java

Modified: incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java?view=diff&rev=472044&r1=472043&r2=472044
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java (original)
+++ incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/client/TestAMQSession.java Tue Nov  7 01:14:45 2006
@@ -33,7 +33,7 @@
 import junit.framework.JUnit4TestAdapter;
 
 /**
- * These tests need a broker to be running on locahost:5672 so not added to
+ * Tests for QueueReceiver and TopicSubscriber creation methods on AMQSession
  */
 public class TestAMQSession {