Fix yang-library test root element
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / yang-library-fail.xml
1 <modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
2     <module>
3         <name>module-with-bad-url</name>
4         <revision></revision>
5         <namespace>b</namespace>
6         <schema>
7             badurl
8         </schema>
9     </module>
10     <!-- See BUG 8071 https://bugs.opendaylight.org/show_bug.cgi?id=8071
11     <module>
12         <name>module-bad-revision</name>
13         <revision>bad-revision</revision>
14         <namespace>bbb</namespace>
15     </module>
16     -->
17     <module>
18         <name>good-ol-module</name>
19         <revision></revision>
20         <schema>http://www.example.com</schema>
21         <namespace>bbbds</namespace>
22     </module>
23 </modules-state>