Handle empty type in NormalizedNode streaming
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / odl-datastore-test.yang
index 613288dadd8d75b801456e175adaab0f81cf1a1f..294b001a8509c7469c8714e630b9488baff6440e 100644 (file)
@@ -160,5 +160,9 @@ module odl-datastore-test {
 
         anyxml any {
         }
 
         anyxml any {
         }
+
+        leaf empty-leaf {
+            type empty;
+        }
     }
 }
     }
 }