From 328d66d636602159cea7bc133bcec142b363068f Mon Sep 17 00:00:00 2001 From: Jakub Toth Date: Thu, 4 Jun 2015 14:45:53 +0200 Subject: [PATCH] Bug 2358 - Fix resources for tests nn to json yang's namespace fix Change-Id: I4b31cde6d9dc56b8298877b50c21a551c39f645f Signed-off-by: Jakub Toth (cherry picked from commit de2844c54550a5a10f510e2c90fd14f8b8aa303c) --- .../src/test/resources/nn-to-json/choice/choice.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.36.6