Bug 5403 - Support yang-library schema resolution
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / yang-library.xml
index 704ec670a2360b7a241e6cce1d224c09181c0daf..c60345093317ca6821214df8d827899ddb540587 100644 (file)
@@ -2,6 +2,7 @@
     <module>
         <name>module-with-revision</name>
         <revision>2014-04-08</revision>
+        <namespace>namespace</namespace>
         <schema>
             http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
         </schema>
     <module>
         <name>another-module-with-revision</name>
         <revision>2013-10-21</revision>
+        <namespace>another-module-with-revision:namespace</namespace>
         <schema>
             http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21
         </schema>
     </module>
     <module>
         <name>module-without-revision</name>
+        <namespace>module-without-revision:namespace</namespace>
         <revision></revision>
         <schema>
             http://localhost:8181/yanglib/schemas/module-without-revision/