Bug 2690 - Yang-Data-Impl: write and then merge on same list in
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / leafref / context / test / DataTreeCandidateValidatorTest3.java
index e345354e335a99085714b51daa9c49ad57d2f3d1..1d9ad774f58adc1e81dbbaa729bf396b7c4d63ad 100644 (file)
@@ -150,7 +150,7 @@ public class DataTreeCandidateValidatorTest3 {
         final YangInstanceIdentifier devicesPath = YangInstanceIdentifier.of(devices);
         final DataTreeModification mergeModification = inMemoryDataTree
                 .takeSnapshot().newModification();
-        // mergeModification.write(devicesPath, devicesContainer);
+        mergeModification.write(devicesPath, devicesContainer);
         mergeModification.merge(devicesPath, devicesContainer);
 
         final DataTreeCandidate mergeDevicesCandidate = inMemoryDataTree