Remove unused imports
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_remove.xml
index 9d06d98f1c131b2cc405b130288fb6c375851771..e07f18cb5119b3acef99c58e684614ebff2799d7 100644 (file)
@@ -6,6 +6,15 @@
         <default-operation>none</default-operation>
         <config>
             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
+                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
+                        nc:operation="remove">
+                    <name>instance-from-code_dep</name>
+                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
+                        test-impl:impl-dep
+                    </type>
+                </module>
+
+
                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
                         nc:operation="remove">
                     <name>dep</name>
@@ -27,7 +36,7 @@
                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
                         test-impl:impl-netconf
                     </type>
-                    <name>test1</name>
+                    <name>instance-from-code</name>
                 </module>
 
                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"