Reimplement SchemaContextUtil.getBaseTypeForLeafRef()
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / leafref / yang / augment-leafref-module.yang
index b8b57506ba9912311e05696a2f4bd4349bd7c5b5..7e9dcc2636732d1b9c1aa4656d2a7787813f396b 100644 (file)
@@ -7,7 +7,7 @@ module augment-leafref-module {
 
     typedef leafreftype {
         type leafref {
-            path "/cont/lf3";
+            path "/auglfrfmo:cont/auglfrfmo:lf3";
         }
     }