From: Jakub Toth Date: Thu, 4 Jun 2015 12:45:53 +0000 (+0200) Subject: Bug 2358 - Fix resources for tests nn to json X-Git-Tag: release/lithium~24 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=de2844c54550a5a10f510e2c90fd14f8b8aa303c Bug 2358 - Fix resources for tests nn to json yang's namespace fix Change-Id: I4b31cde6d9dc56b8298877b50c21a551c39f645f Signed-off-by: Jakub Toth --- diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang index 2f14c84659..22430b98cc 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang @@ -1,8 +1,8 @@ module choice-case-test { - namespace "module:with:choice"; + namespace "choice:case:test"; prefix "chcatst"; - revision 2013-11-27 { + revision 2013-11-27 { } container cont { @@ -10,7 +10,7 @@ module choice-case-test { type string; } - choice choi1 { + choice choi1 { case a1 { leaf lf1a { type uint16;