Reimplement SchemaContextUtil.getBaseTypeForLeafRef()
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / bug-4969 / yang / bar.yang
index b594d3d0a0afcc3b448f3ad82229cbea1b043cff..f90488f9dcae22201d7ac2ca6d30464593925e38 100644 (file)
@@ -20,19 +20,19 @@ module bar {
 
     typedef ref1-2 {
         type leafref {
-            path "/root/l1";
+            path "/bar:root/bar:l1";
         }
     }
 
     typedef ref2-2 {
         type leafref {
-            path "/root/l2";
+            path "/bar:root/bar:l2";
         }
     }
 
     typedef ref3-2 {
         type leafref {
-            path "/root/l3";
+            path "/bar:root/bar:l3";
         }
     }