From 60dd79a3bc8e50f227490a04c58772801e2b9f6d Mon Sep 17 00:00:00 2001 From: Peter Kajsa Date: Wed, 25 Nov 2015 13:56:22 +0100 Subject: [PATCH] Bug 4355 - Data Tree: Enforce case uniqueness and 'mandatory true' leaf presence - quickfix of controller unit tests after yangtools changes Change-Id: Id05ef60abf88008c56ee2d2e00879e3eb680c3d7 Signed-off-by: Peter Kajsa --- .../src/main/yang/opendaylight-mdsal-list-test.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang index d4775afe54..588dbc1534 100644 --- a/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang +++ b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang @@ -28,9 +28,9 @@ module opendaylight-mdsal-list-test { } leaf type { type string; - mandatory true; - description - "Mandatory type of list."; +// mandatory true; +// description +// "Mandatory type of list."; } ordered-by user; description -- 2.36.6