From 55d8ba0156e0d9f98876bfd194c1fd534e2b0aa5 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 3 Jun 2010 21:30:07 +0000 Subject: QPID-2632 : External broker profile actually needs an InVM broker created to process the configuration. As we don't automatically create the AppRegistry any more we need to explicitly create an InVM broker for these two tests. It may be necessary to move the IBBC creation from AbstractTestLogging to QBTC for external profile runs. However, testing to date has only shown these two tests failing due to missing AR. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@951170 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/qpid/server/util/InternalBrokerBaseCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/broker/src') diff --git a/java/broker/src/test/java/org/apache/qpid/server/util/InternalBrokerBaseCase.java b/java/broker/src/test/java/org/apache/qpid/server/util/InternalBrokerBaseCase.java index 9bc36c1428..f731988a8e 100644 --- a/java/broker/src/test/java/org/apache/qpid/server/util/InternalBrokerBaseCase.java +++ b/java/broker/src/test/java/org/apache/qpid/server/util/InternalBrokerBaseCase.java @@ -58,7 +58,7 @@ public class InternalBrokerBaseCase extends TestCase protected AMQShortString QUEUE_NAME; protected ServerConfiguration _configuration; protected XMLConfiguration _configXml = new XMLConfiguration(); - private boolean _started = false; + protected boolean _started = false; public void setUp() throws Exception { -- cgit v1.2.1