Bump yangtools to 3.0.0
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / yang-library.xml
index c60345093317ca6821214df8d827899ddb540587..a7c9544a5462f0cb79ec556919a15818619dd2cf 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <modules xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
     <module>
         <name>module-with-revision</name>
     <module>
         <name>module-without-revision</name>
         <namespace>module-without-revision:namespace</namespace>
-        <revision></revision>
+        <revision/>
         <schema>
             http://localhost:8181/yanglib/schemas/module-without-revision/
         </schema>
     </module>
-</modules>
\ No newline at end of file
+    <module>
+        <name>module-with-wrong-revision</name>
+        <revision>2014-004-08</revision>
+        <namespace>namespace</namespace>
+        <schema>
+            http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
+        </schema>
+    </module>
+</modules>