From a327ecc9225fb303f7fc1305d0e135f331dc7bce Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 29 Jan 2007 12:13:04 +0000 Subject: Fixes to get the python queue tests to work. (NB: currently, auto-delete is not in so tests that re-use the same exclusive queue conflict with each other) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501021 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/systests/src') diff --git a/java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java b/java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java index 7c5de67c5e..4352f56d90 100644 --- a/java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java +++ b/java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java @@ -70,7 +70,7 @@ public class AMQQueueMBeanTest extends TestCase _channel = new AMQChannel(1,_protocolSession, _messageStore, null,null); _protocolSession.addChannel(_channel); - _queue.registerProtocolSession(_protocolSession, 1, "test", false, null); + _queue.registerProtocolSession(_protocolSession, 1, "test", false, null, false, false); assertTrue(_queueMBean.getActiveConsumerCount() == 1); SubscriptionSet _subscribers = (SubscriptionSet) mgr; -- cgit v1.2.1