Populate codec/ directory
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug1848 / order.yang
diff --git a/yang/yang-data-codec-xml/src/test/resources/bug1848/order.yang b/yang/yang-data-codec-xml/src/test/resources/bug1848/order.yang
deleted file mode 100644 (file)
index 5cc8349..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-module order {
-    namespace "order";
-    prefix "order";
-    revision "2016-02-17";
-
-    container root {
-        leaf id {
-            type string;
-        }
-        container cont {
-            leaf content {
-                type string;
-            }
-        }
-    }
-}
\ No newline at end of file