Encapsulate OpenFlowPlugin configuration
[openflowplugin.git] / applications / forwardingrules-manager / src / test / java / test / mock / GroupListenerTest.java
index 7c990531d340a4bddfa1effa77d693a2b0d77938..924ece1b2038086ef5b5cabe63d8155294621771 100644 (file)
@@ -64,7 +64,9 @@ public class GroupListenerTest extends FRMTest {
                 rpcProviderRegistryMock,
                 getConfig(),
                 clusterSingletonService,
-                notificationService, false, false, 5);
+                notificationService,
+                getConfigurationService());
+
         forwardingRulesManager.start();
         // TODO consider tests rewrite (added because of complicated access)
         forwardingRulesManager.setDeviceMastershipManager(deviceMastershipManager);