Merge "Projects moved under correct parent."
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / negative-scenario / duplicity / augment0.yang
diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/augment0.yang b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/augment0.yang
deleted file mode 100644 (file)
index ff8519c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-module augment0 {
-    yang-version 1;
-    namespace "urn:simple.augment0.demo";
-    prefix "a0";
-
-    container foo {
-        description "foo container";
-        container bar {
-            leaf id {
-                type int8;
-            }
-            typedef int-ext {
-                type int8 {
-                    range "5..10";
-                }
-            }
-            choice choice-ext {
-                leaf delta {
-                    type int8;
-                }
-            }
-        }
-    }
-
-}