X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=mappingservice%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Flispflowmapping%2Fimplementation%2FLispMappingServiceTest.java;fp=mappingservice%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Flispflowmapping%2Fimplementation%2FLispMappingServiceTest.java;h=49ef8f72ff677a21b40b7fbfea53bb3ce6c499a9;hb=e6633a31621315c04c9e344ba54dca96236ad892;hp=711f2ae6b98cecd6649582264f911dc5a2f09008;hpb=62bf335d0bff3f9b62664495bb70be35a39b3e34;p=lispflowmapping.git diff --git a/mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/LispMappingServiceTest.java b/mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/LispMappingServiceTest.java index 711f2ae6b..49ef8f72f 100644 --- a/mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/LispMappingServiceTest.java +++ b/mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/LispMappingServiceTest.java @@ -30,8 +30,8 @@ import org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingServic import org.opendaylight.lispflowmapping.lisp.type.LispMessage; import org.opendaylight.lispflowmapping.lisp.util.LispAddressUtil; import org.opendaylight.mdsal.binding.api.NotificationService; -import org.opendaylight.mdsal.binding.api.RpcConsumerRegistry; -import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider; +import org.opendaylight.mdsal.binding.api.RpcService; +import org.opendaylight.mdsal.singleton.api.ClusterSingletonServiceProvider; import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber; import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.IpAddressBinary; import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.Ipv4AddressBinary; @@ -87,7 +87,7 @@ public class LispMappingServiceTest { @Mock(name = "sendMapNotify") private static SendMapNotify sendMapNotify; private final NotificationService notificationService = Mockito.mock(NotificationService.class); - private final RpcConsumerRegistry rpcService = Mockito.mock(RpcConsumerRegistry.class); + private final RpcService rpcService = Mockito.mock(RpcService.class); private final IMappingService mappingService = Mockito.mock(IMappingService.class); private final ClusterSingletonServiceProvider clusterSingletonService = Mockito.mock( ClusterSingletonServiceProvider.class);