X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fresources%2Fjson-to-nn%2Fleafref%2Faugment-leafref-module.yang;h=8a55e43a374055f5a10d1a406b8a9e73b43bdaab;hb=4f8fe6ca68115fecdb9ce43573af5a2e26c50b50;hp=766cc8153eb899cfd81730dd0cbe1fd198880047;hpb=69b321b4b4180b4f7f03f30590ce36c78365b04f;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang b/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang index 766cc8153e..8a55e43a37 100644 --- a/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang +++ b/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang @@ -2,14 +2,11 @@ module augment-leafref-module { namespace "augment:leafref:module"; prefix "auglfrfmo"; - revision 2014-12-16 { - } - + revision 2014-12-16; typedef leafreftype { type leafref { - path "/cont/lf3"; - + path "/auglfrfmo:cont/auglfrfmo:lf3"; } } @@ -18,4 +15,4 @@ module augment-leafref-module { type string; } } -} \ No newline at end of file +}