[jboss-cvs] JBoss Messaging SVN: r5268 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 17:18:05 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-04 17:18:05 -0500 (Tue, 04 Nov 2008)
New Revision: 5268

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
Log:
tweak

Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java	2008-11-04 19:29:07 UTC (rev 5267)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java	2008-11-04 22:18:05 UTC (rev 5268)
@@ -496,9 +496,9 @@
             sess.commit();
          }
 
-         // First the non scheduled messages should be received
-         forceGC();
 
+
+
          TextMessage rm1 = (TextMessage)cons.receive(250);
          assertNotNull(rm1);
          assertEquals(tm2.getText(), rm1.getText());




More information about the jboss-cvs-commits mailing list