Bug 5403 - Support yang-library schema resolution
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / yang-library-fail.xml
index ef1feea975b08b6427ac27bb728181d906d513de..eb54f1cb37a88f21a942ba9834f2c2a610c3e1aa 100644 (file)
@@ -2,6 +2,7 @@
     <module>
         <name>module-with-bad-url</name>
         <revision></revision>
+        <namespace>b</namespace>
         <schema>
             badurl
         </schema>
     <module>
         <name>module-bad-revision</name>
         <revision>bad-revision</revision>
+        <namespace>bbb</namespace>
     </module>
     <module>
         <name>good-ol-module</name>
         <revision></revision>
         <schema>http://www.example.com</schema>
+        <namespace>bbbds</namespace>
     </module>
 </modules>
\ No newline at end of file