X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fnegative-scenario%2Fduplicity%2Faugment0.yang;fp=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fnegative-scenario%2Fduplicity%2Faugment0.yang;h=0000000000000000000000000000000000000000;hb=9d1246d4e9e3d83df2f5c6c66f3ac14e72b095c1;hp=ff8519ccdbacd6e26a652f70c86a73bc12815925;hpb=3e92518b9b9803d46bab33b909c2fbce642f48f1;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/augment0.yang b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/augment0.yang deleted file mode 100644 index ff8519ccdb..0000000000 --- a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/augment0.yang +++ /dev/null @@ -1,25 +0,0 @@ -module augment0 { - yang-version 1; - namespace "urn:simple.augment0.demo"; - prefix "a0"; - - container foo { - description "foo container"; - container bar { - leaf id { - type int8; - } - typedef int-ext { - type int8 { - range "5..10"; - } - } - choice choice-ext { - leaf delta { - type int8; - } - } - } - } - -}