X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-xml%2Fchoice%2Fmodule-with-choice.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-xml%2Fchoice%2Fmodule-with-choice.yang;h=0000000000000000000000000000000000000000;hp=84547847ee28604a3f561588116ddde2b234819a;hb=89b8b59cd26fd4810293ff14386eb29a71da9fac;hpb=9ba2b4eca79bcc0e78099b133296801c8d45a6c4 diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-xml/choice/module-with-choice.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-xml/choice/module-with-choice.yang deleted file mode 100644 index 84547847ee..0000000000 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-xml/choice/module-with-choice.yang +++ /dev/null @@ -1,25 +0,0 @@ -module module-with-choice { - namespace "module:with:choice"; - - prefix "mowicho"; - - revision 2013-12-18 { - } - - - container cont { - choice choA { - case caA1 { - leaf lf1 { - type string; - } - } - case caA2 { - leaf lf2 { - type string; - } - } - } - } - -} \ No newline at end of file