git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@888426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-12-08 15:08:03 +00:00
parent c9ca34a27a
commit 6e1ba4a93e
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class DiscoveryNetworkReconnectTest {
context.checking(new Expectations(){{
allowing (managementContext).getJmxDomainName(); will (returnValue("Test"));
allowing (managementContext).start();
allowing (managementContext).isCreateConnector();
allowing (managementContext).stop();
allowing (managementContext).isConnectorStarted();