Fixed resolving of schema path and qname for nodes added by augmentation.
[yangtools.git] / yang / yang-parser-impl / src / test / resources / model / custom.yang
index 03e3f081ea3708d1ef7aa00febc10e44d9fb0934..77f109d0e63800f98fb8707dd6d7fe5aa06847cd 100644 (file)
@@ -40,13 +40,6 @@ module custom {
         }
     }
 
-    augment "/types:interfaces/types:ifEntry/t3:augment-holder/t1:schemas" {
-        when "if:leafType='ds1'";
-        leaf linkleaf {
-            type binary;
-        }
-    }
-
     container network {
         c-define point {
         }