Increased version of binding-generator to 0.5.5-SNAPSHOT.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-parser-impl / src / test / resources / context-test / test1.yang
diff --git a/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/src/test/resources/context-test/test1.yang b/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/src/test/resources/context-test/test1.yang
deleted file mode 100644 (file)
index 1ba5142..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-module test1 {
-
-    yang-version 1;
-    namespace "urn:simple.demo.test1";
-    prefix "t1";
-    
-    import ietf-inet-types {
-        prefix "inet";
-        revision-date 2010-09-24;
-    }
-    
-    organization "opendaylight";
-    contact "WILL-BE-DEFINED-LATER";
-        revision 2013-06-18 {
-    }
-    
-    typedef dscp-ext {
-        type inet:dscp {
-            range "min..max";
-        }
-    }
-
-    leaf id {
-        type inet:port-number {
-            range "0..65536";
-        }
-    }
-
-}