Json to composite node test
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / yang-to-json-conversion / simple-data-types / simple-data-types.yang
index 4ad0983e0422ffe7523e408c2337ff634ac91679..010d3b1c2b374c1a9002877700bac6787ea6b676 100644 (file)
@@ -46,6 +46,9 @@ module simple-data-types {
          leaf lfstr {
                type string;
          }       
+         leaf lfstr1 {
+               type string;
+         }       
          leaf lfbool1 {
                type boolean;
          }