From 0dea8899ce00bab299081824fc6b3fd88f47749b Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Jul 2010 11:15:59 +0000 Subject: QPID-2681 : Updated test to start broker before running test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960548 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/qpid/systest/GlobalQueuesTest.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'java') diff --git a/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java b/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java index ca89df391d..ea8b5b7a65 100644 --- a/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java +++ b/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java @@ -113,7 +113,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("messageCount", String.valueOf(MAX_QUEUE_MESSAGE_COUNT - 1), false); //Start the broker - super.setUp(); + startBroker(); topicConsumer(Session.AUTO_ACKNOWLEDGE, false); } @@ -134,7 +134,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("depth", String.valueOf(MESSAGE_SIZE * 9), false); //Start the broker - super.setUp(); + startBroker(); setMessageSize(MESSAGE_SIZE); @@ -157,7 +157,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("messageAge", String.valueOf(DISCONNECTION_WAIT / 2), false); //Start the broker - super.setUp(); + startBroker(); topicConsumer(Session.AUTO_ACKNOWLEDGE, false); } @@ -179,7 +179,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("messageCount", String.valueOf(MAX_QUEUE_MESSAGE_COUNT - 1), true); //Start the broker - super.setUp(); + startBroker(); topicConsumer(Session.AUTO_ACKNOWLEDGE, true); } @@ -202,7 +202,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("depth", String.valueOf(MESSAGE_SIZE * 9), true); //Start the broker - super.setUp(); + startBroker(); setMessageSize(MESSAGE_SIZE); @@ -227,7 +227,7 @@ public class GlobalQueuesTest extends TestingBaseCase setConfig("messageAge", String.valueOf(DISCONNECTION_WAIT / 5), true); //Start the broker - super.setUp(); + startBroker(); topicConsumer(Session.AUTO_ACKNOWLEDGE, true); } -- cgit v1.2.1