From 2a10deef36eec1b8df9ec52dfb44a72eee7059a8 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 12 Oct 2007 15:00:45 +0000 Subject: Changed the suite() method so that not to always use an in-VM broker git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@584174 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/qpid/test/unit/client/forwardall/CombinedTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/java/client/src') diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java index 255e91545f..0f7c5e2495 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java @@ -49,9 +49,9 @@ public class CombinedTest extends QpidTestCase public void testForwardAll() throws Exception { - while (run < 10) + while (run < 1) { - int services = 2; + int services =1; ServiceCreator.start("vm://:1", services); _logger.info("Starting " + ++run + " client..."); @@ -65,6 +65,6 @@ public class CombinedTest extends QpidTestCase public static junit.framework.Test suite() { - return new VMBrokerSetup(new junit.framework.TestSuite(CombinedTest.class)); + return new junit.framework.TestSuite(CombinedTest.class); } } -- cgit v1.2.1