Convert yang-data-impl to a JPMS module
[yangtools.git] / yang / yang-data-impl / src / test / resources / bug8291 / foo.yang
diff --git a/yang/yang-data-impl/src/test/resources/bug8291/foo.yang b/yang/yang-data-impl/src/test/resources/bug8291/foo.yang
deleted file mode 100644 (file)
index 3c7fc93..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-module odl-datastore-test {
-    yang-version 1;
-    namespace "foo";
-    prefix foo;
-
-    container root {
-        list outer-list {
-            key "id";
-            leaf id {
-                type uint16;
-            }
-           list inner-list {
-                key name;
-                leaf name {
-                    type string;
-                }
-                leaf value {
-                    type string;
-                }
-            }
-        }
-    }
-}
\ No newline at end of file