X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-topology%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Ftopology%2Fspi%2FNetconfDeviceTopologyAdapterTest.java;h=c86bb3c8e62b26a935eb2766b2b5a746133d9f33;hb=dccf4da02ebda0eca4443cc7b529ee8d72a5ba73;hp=5afa1406f0b601008efdc0fd5cdaf2ece6f49029;hpb=20a4f3c37a62d0f5590dd675252ca8439328fb34;p=netconf.git diff --git a/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapterTest.java b/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapterTest.java index 5afa1406f0..c86bb3c8e6 100644 --- a/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapterTest.java +++ b/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapterTest.java @@ -40,7 +40,8 @@ import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier; @RunWith(MockitoJUnitRunner.StrictStubs.class) public class NetconfDeviceTopologyAdapterTest { private static final KeyedInstanceIdentifier TEST_TOPOLOGY_ID = - AbstractNetconfTopology.DEFAULT_TOPOLOGY_IID; + // FIXME: do not use this constant + NetconfNodeUtils.DEFAULT_TOPOLOGY_IID; private final RemoteDeviceId id = new RemoteDeviceId("test", new InetSocketAddress("localhost", 22)); @Mock