Bug 2358 - Fix resources for tests nn to json 13/22613/3
authorJakub Toth <jatoth@cisco.com>
Thu, 4 Jun 2015 12:45:53 +0000 (14:45 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 8 Jul 2015 14:20:25 +0000 (14:20 +0000)
yang's namespace fix

Change-Id: I4b31cde6d9dc56b8298877b50c21a551c39f645f
Signed-off-by: Jakub Toth <jatoth@cisco.com>
(cherry picked from commit de2844c54550a5a10f510e2c90fd14f8b8aa303c)

opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang

index 2f14c84659ae7cb8cba435a13c094d3ccc11d5c8..22430b98cc2b805a32977a81af5431af73f6ca3a 100644 (file)
@@ -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;