From f77e3fc9579aa4041b08c8181cb7b951d04f0002 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Mon, 8 Oct 2007 12:46:57 +0000 Subject: fixed issue with temporary queues as the consumer was not closed when cancel operation returned git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@582806 13f79535-47bb-0310-9956-ffa450edef68 --- .../qpid/test/unit/client/temporaryqueue/TemporaryQueueTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/client/src/test') diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/client/temporaryqueue/TemporaryQueueTest.java b/java/client/src/test/java/org/apache/qpid/test/unit/client/temporaryqueue/TemporaryQueueTest.java index 549f60112e..34197f2608 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/client/temporaryqueue/TemporaryQueueTest.java +++ b/java/client/src/test/java/org/apache/qpid/test/unit/client/temporaryqueue/TemporaryQueueTest.java @@ -42,12 +42,11 @@ public class TemporaryQueueTest extends QpidTestCase protected void setUp() throws Exception { super.setUp(); - TransportConnection.createVMBroker(1); } protected void tearDown() throws Exception { - TransportConnection.killAllVMBrokers(); + super.tearDown(); } protected Connection createConnection() throws Exception -- cgit v1.2.1