[Jboss-cvs] JBoss Messaging SVN: r1319 - branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 19 13:17:54 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-19 13:17:53 -0400 (Tue, 19 Sep 2006)
New Revision: 1319

Modified:
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/DurableSubscriberTest.java
Log:
removed obsolete comment

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/DurableSubscriberTest.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/DurableSubscriberTest.java	2006-09-19 04:13:07 UTC (rev 1318)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/DurableSubscriberTest.java	2006-09-19 17:17:53 UTC (rev 1319)
@@ -299,10 +299,6 @@
       TextMessage rm = (TextMessage)durable.receive(5000);
       assertEquals("Message One", rm.getText());
 
-      // TODO: when subscriptions/durable subscription will be registered as MBean, use the JMX
-      //       interface to make sure the 'another red square message' is maintained by the
-      //       durable subascription
-
       conn.close();
 
       conn = cf.createConnection();




More information about the jboss-cvs-commits mailing list