Adjust for yangtools normalizing module names
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / test / resources / odl-datastore-test.yang
index 17541fecab02c62f35c7a64cd679ad3ca52849e6..a0bf157e356a9085af4ca2a084f99cafa3b500d8 100644 (file)
@@ -8,6 +8,8 @@ module odl-datastore-test {
     }
 
     container test {
+        presence "needs to be present when empty";
+
         list outer-list {
             key id;
             leaf id {
@@ -39,4 +41,7 @@ module odl-datastore-test {
             }
         }
     }
-}
\ No newline at end of file
+
+    container test2 {
+    }
+}