Migrate YANG inputs for yang-data-util
[yangtools.git] / data / yang-data-util / src / test / resources / yt1412.yang
diff --git a/data/yang-data-util/src/test/resources/yt1412.yang b/data/yang-data-util/src/test/resources/yt1412.yang
deleted file mode 100644 (file)
index d40c1b2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-module foo {
-  namespace foo;
-  prefix foo;
-  yang-version 1.1;
-
-  container one {
-    choice two {
-      choice three {
-        leaf four {
-          type string;
-        }
-      }
-    }
-  }
-
-  augment /one {
-    list five;
-  }
-
-  augment /one/two/three/three {
-    leaf six {
-      type string;
-    }
-  }
-}