X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=apps%2Fnetconf-topology%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Ftopology%2Fspi%2FNetconfNodeHandlerTest.java;h=8c05becd2d64a1f70830a425af6dbcc1231a00cf;hb=fdc5756e29c8f0717fd3c178ca201d07338f98c1;hp=165fb5ccf5ad161cd876915c686fc194d2148eb9;hpb=fcc3c2ce4a69c124879e80f2ce844a952bdc6322;p=netconf.git diff --git a/apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfNodeHandlerTest.java b/apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfNodeHandlerTest.java index 165fb5ccf5..8c05becd2d 100644 --- a/apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfNodeHandlerTest.java +++ b/apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfNodeHandlerTest.java @@ -24,7 +24,6 @@ import com.google.common.net.InetAddresses; import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.SettableFuture; import io.netty.util.Timeout; -import io.netty.util.Timer; import io.netty.util.TimerTask; import java.net.InetSocketAddress; import java.util.List; @@ -55,6 +54,7 @@ import org.opendaylight.netconf.client.mdsal.api.RemoteDeviceServices.Rpcs; import org.opendaylight.netconf.client.mdsal.api.SchemaResourceManager; import org.opendaylight.netconf.client.mdsal.api.SslHandlerFactoryProvider; import org.opendaylight.netconf.client.mdsal.impl.DefaultBaseNetconfSchemas; +import org.opendaylight.netconf.common.NetconfTimer; import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Host; import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress; import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address; @@ -80,7 +80,7 @@ public class NetconfNodeHandlerTest { // Core setup @Mock - private Timer timer; + private NetconfTimer timer; @Mock private SchemaResourceManager schemaManager; @Mock