Fix stack mismatch in data change event streams
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-update.xml
diff --git a/restconf/restconf-nb/src/test/resources/listener-adapter-test/notif-update.xml b/restconf/restconf-nb/src/test/resources/listener-adapter-test/notif-update.xml
deleted file mode 100644 (file)
index 6a52b7b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
-    <eventTime>2020-10-19T13:41:50.132897+02:00</eventTime>
-    <data-changed-notification xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote">
-        <data-change-event>
-            <path>/instance-identifier-patch-module:patch-cont</path>
-            <data>
-                <patch-cont xmlns="instance:identifier:patch:module">
-                    <my-list1>
-                        <name>Althea</name>
-                        <my-leaf11>Jed</my-leaf11>
-                        <my-leaf12>Bertha</my-leaf12>
-                    </my-list1>
-                </patch-cont>
-            </data>
-            <operation>updated</operation>
-        </data-change-event>
-    </data-changed-notification>
-</notification>
\ No newline at end of file