Disconnect NetconfDeviceCapabilities and NetconfSessionPreferences
[netconf.git] / netconf / sal-netconf-connector / src / test / java / org / opendaylight / netconf / sal / connect / netconf / sal / NetconfDeficeTopologyAdapterIntegrationTest.java
index 8b31a315e536c25a9829bdf0f64e7ee025662ea8..7c6a7e69c69690950273451bead2e03a40c3b8af 100644 (file)
@@ -106,7 +106,7 @@ public class NetconfDeficeTopologyAdapterIntegrationTest {
         wtx.put(LogicalDatastoreType.OPERATIONAL, pathToAugmentedLeaf, augmentNode);
         wtx.commit().get(5, TimeUnit.SECONDS);
 
-        adapter.updateDeviceData(true, new NetconfDeviceCapabilities());
+        adapter.updateDeviceData(true, NetconfDeviceCapabilities.empty());
 
         assertEquals(Optional.of(dataTestId), domDataBroker.newReadOnlyTransaction()
             .read(LogicalDatastoreType.OPERATIONAL, pathToAugmentedLeaf)