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 / test3.yang
diff --git a/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/src/test/resources/context-test/test3.yang b/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/src/test/resources/context-test/test3.yang
deleted file mode 100644 (file)
index b597aab..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-module test3 {
-
-    yang-version 1;
-    namespace "urn:simple.demo.test3";
-    prefix "t3";
-    
-    import custom-types-test {
-        prefix "custom";
-    }
-    
-    organization "opendaylight";
-    contact "WILL-BE-DEFINED-LATER";
-        revision 2013-06-18 {
-    }
-
-    identity pt {
-        base custom:service-type;
-    }
-    
-    container network {
-        custom:mountpoint point {
-            mnt:target-ref target;
-        }
-        
-        description "network-description";
-        reference "network-reference";
-        status obsolete;
-        config true;
-        presence "some presence text";
-    }
-
-}