X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=code-generator%2Fbinding-java-api-generator%2Fsrc%2Ftest%2Fresources%2Fcompilation%2Faugment-of-augment%2Fbaz.yang;h=f10762c4629fb1f5e6c57fd22c22b7b9fc412148;hb=1f5f42569eeadaa202813396c1198e7bebd74b25;hp=f361b34b5ad9b1d59e589434c2c93450ad8c7200;hpb=19238954739f0af9b8b921564d095bb6ccc0ca62;p=yangtools.git diff --git a/code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/baz.yang b/code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/baz.yang index f361b34b5a..f10762c462 100644 --- a/code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/baz.yang +++ b/code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/baz.yang @@ -12,6 +12,11 @@ module baz { augment "/fo:update/fo:path-attributes/br:mp-unreach-nlri/br:withdrawn-routes/br:destination-type" { case destination-linkstate { uses linkstate-destination; + container links { + container source { + container address {} + } + } } }