X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fnegative-scenario%2Fduplicity%2Fidentity.yang;fp=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fnegative-scenario%2Fduplicity%2Fidentity.yang;h=0000000000000000000000000000000000000000;hb=ba1a5528e27b0ae8a883fa7b768d803659bf9336;hp=f81e6e5fb9ef13beb53338ded8945ee4975f9f15;hpb=b64d31500de4d9bd81a060432c3db20feb2e7dfa;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/identity.yang b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/identity.yang deleted file mode 100644 index f81e6e5fb9..0000000000 --- a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/identity.yang +++ /dev/null @@ -1,14 +0,0 @@ -module identity { - yang-version 1; - namespace "urn:simple.container.demo"; - prefix "t1"; - - identity id1; - - identity id2; - - identity id1 { - base id2; - } - -}