remove stubs bundles from build process
[transportpce.git] / servicehandler / src / test / java / org / opendaylight / transportpce / servicehandler / service / ServiceDataStoreOperationsImplTest.java
index 9ec0a651c3c026524b9b511e47dad70106987f10..60616616a856566a289a441dabf07a0b61cea56b 100644 (file)
@@ -38,7 +38,7 @@ public class ServiceDataStoreOperationsImplTest extends AbstractTest {
         PathComputationService pathComputationService = new PathComputationServiceImpl(getDataBroker(),
             notificationPublishService);
         this.pceServiceWrapper = new PCEServiceWrapper(pathComputationService);
-        this.rendererServiceOperations = new StubRendererServiceOperations(notificationPublishService);
+        this.rendererServiceOperations = new StubRendererServiceOperations();
         this.serviceHandler = new ServicehandlerImpl(getDataBroker(), pathComputationService,
             this.rendererServiceOperations);
     }