summaryrefslogtreecommitdiff
path: root/java/systests/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-01-29 12:13:04 +0000
committerGordon Sim <gsim@apache.org>2007-01-29 12:13:04 +0000
commita327ecc9225fb303f7fc1305d0e135f331dc7bce (patch)
tree9c15917d217dd3e45ad7df25e09c7a07b0b4349d /java/systests/src
parent81816f0a27c9115689a0e1f4c4b0b5bef6f71590 (diff)
downloadqpid-python-a327ecc9225fb303f7fc1305d0e135f331dc7bce.tar.gz
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
Diffstat (limited to 'java/systests/src')
-rw-r--r--java/systests/src/test/java/org/apache/qpid/server/queue/AMQQueueMBeanTest.java2
1 files changed, 1 insertions, 1 deletions
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;