summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java6
1 files changed, 3 insertions, 3 deletions
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);
}
}