Merge "Updated xpath pointing to a module instance under services subtree."
[controller.git] / opendaylight / netconf / config-netconf-connector / src / test / java / org / opendaylight / controller / netconf / confignetconfconnector / NetconfMappingTest.java
index 1e01a9fc9a9d11b497deeccb3f951cc94cf6293b..35fa0428ec1cd60ed4a9e39415ce219c2a06ae9c 100644 (file)
@@ -132,6 +132,7 @@ public class NetconfMappingTest extends AbstractConfigTest {
         // check after edit
         commit();
         Element response = getConfigRunning();
+        System.err.println(XmlUtil.toString(response));
 
         checkBinaryLeafEdited(response);
         checkTypeConfigAttribute(response);