Convert yang-data-impl to a JPMS module
[yangtools.git] / yang / yang-data-impl / src / test / resources / bug8291.yang
similarity index 85%
rename from yang/yang-data-impl/src/test/resources/bug8291/foo.yang
rename to yang/yang-data-impl/src/test/resources/bug8291.yang
index 3c7fc9316c40125e38d31626fd0d8fcd39acd83a..c13ec3a2c21a4dc53e4ab5f6b5cdeee3c1be86fd 100644 (file)
@@ -1,7 +1,7 @@
-module odl-datastore-test {
+module bug8291 {
     yang-version 1;
-    namespace "foo";
-    prefix foo;
+    namespace bug8291;
+    prefix bug8291;
 
     container root {
         list outer-list {
@@ -20,4 +20,4 @@ module odl-datastore-test {
             }
         }
     }
-}
\ No newline at end of file
+}