Move DEFAULT_TOPOLOGY_NAME
[netconf.git] / netconf / netconf-topology / src / test / java / org / opendaylight / netconf / topology / spi / NetconfDeviceTopologyAdapterTest.java
index 5afa1406f0b601008efdc0fd5cdaf2ece6f49029..c86bb3c8e62b26a935eb2766b2b5a746133d9f33 100644 (file)
@@ -40,7 +40,8 @@ import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier;
 @RunWith(MockitoJUnitRunner.StrictStubs.class)
 public class NetconfDeviceTopologyAdapterTest {
     private static final KeyedInstanceIdentifier<Topology, TopologyKey> 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