Switched codecs infrastructure to use yang-data-impl codecs
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / yang-to-json-conversion / leafref / cont-augment-module.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/leafref/cont-augment-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/leafref/cont-augment-module.yang
deleted file mode 100644 (file)
index afc23b7..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-module cont-augment-module {
-  namespace "cont:augment:module";  
-
-  prefix "cntaugmod";
-  
-  import main-module {prefix mamo; revision-date 2013-12-2;}
-         
-  revision 2013-12-2 {
-  
-  }
-  
-  augment "/mamo:cont" {
-       leaf-list lflst1 {
-               type leafref {
-                       path "../lf1";
-               }
-       }       
-       
-       leaf lf4 {
-               type leafref {
-                       path "../lf1";
-               }
-       }
-       
-       /* reference to not leaf element */
-       leaf lf6 {
-               type leafref {
-                       path "../lflst1";
-               }
-       }
-       
-       leaf lf7 {
-               type leafref {
-                       path "../lf4";
-               }
-       }
-  }
-       
-
-         
-}
\ No newline at end of file