[jboss-cvs] JBoss Messaging SVN: r2077 - in trunk/tests/src/org/jboss/test/messaging/jms: message and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Jan 27 06:51:36 EST 2007
Author: timfox
Date: 2007-01-27 06:51:36 -0500 (Sat, 27 Jan 2007)
New Revision: 2077
Modified:
trunk/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
trunk/tests/src/org/jboss/test/messaging/jms/message/MessageTest.java
Log:
More tweaks
Modified: trunk/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java 2007-01-27 01:44:12 UTC (rev 2076)
+++ trunk/tests/src/org/jboss/test/messaging/jms/ScheduledDeliveryTest.java 2007-01-27 11:51:36 UTC (rev 2077)
@@ -558,6 +558,8 @@
queue = (Queue)ic.lookup("/queue/Queue");
topic = (Topic)ic.lookup("/topic/Topic");
+
+ this.drainDestination(cf, queue);
}
Modified: trunk/tests/src/org/jboss/test/messaging/jms/message/MessageTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/message/MessageTest.java 2007-01-27 01:44:12 UTC (rev 2076)
+++ trunk/tests/src/org/jboss/test/messaging/jms/message/MessageTest.java 2007-01-27 11:51:36 UTC (rev 2077)
@@ -475,6 +475,8 @@
queue = (Destination)ic.lookup("/queue/Queue");
topic = (Destination)ic.lookup("/topic/Topic");
+ drainDestination(cf, queue);
+
producerConnection = cf.createConnection();
consumerConnection = cf.createConnection();
More information about the jboss-cvs-commits
mailing list