[jboss-cvs] JBoss Messaging SVN: r7871 - branches/JBMESSAGING-1742/tests/src/org/jboss/test/messaging/jms/clustering.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 27 01:28:04 EDT 2009
Author: gaohoward
Date: 2009-10-27 01:28:03 -0400 (Tue, 27 Oct 2009)
New Revision: 7871
Modified:
branches/JBMESSAGING-1742/tests/src/org/jboss/test/messaging/jms/clustering/DestinationRedeployTest.java
Log:
test
Modified: branches/JBMESSAGING-1742/tests/src/org/jboss/test/messaging/jms/clustering/DestinationRedeployTest.java
===================================================================
--- branches/JBMESSAGING-1742/tests/src/org/jboss/test/messaging/jms/clustering/DestinationRedeployTest.java 2009-10-26 12:52:48 UTC (rev 7870)
+++ branches/JBMESSAGING-1742/tests/src/org/jboss/test/messaging/jms/clustering/DestinationRedeployTest.java 2009-10-27 05:28:03 UTC (rev 7871)
@@ -279,7 +279,8 @@
receiveMessages(2, nQueue, msgBase, 15, numMsg - 15, Session.CLIENT_ACKNOWLEDGE, true);
- recoverMessages(2, nQueue, msgBase, 0, 15);
+ //have to recover from node 0.
+ recoverMessages(0, nQueue, msgBase, 0, 15);
}
//send some messages to queues and receive a few within a XA, then redeply and receive them all.
More information about the jboss-cvs-commits
mailing list