From 85fd3da7efba703d473c8120c1680b65be28f565 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 19 Oct 2016 15:32:57 +0200 Subject: HONEYCOMB-261 Make ModificationDiff schema aware to check presence statement on containers for starters + update all checks in ModificationDiff to be performed on schema instead of data Change-Id: I6ec1a0f9e1ca821ef9f6835072d075dd0994bdb6 Signed-off-by: Maros Marsalek --- infra/data-impl/src/test/resources/test-diff.yang | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'infra/data-impl/src/test/resources') diff --git a/infra/data-impl/src/test/resources/test-diff.yang b/infra/data-impl/src/test/resources/test-diff.yang index 6c27ddc17..57708589d 100644 --- a/infra/data-impl/src/test/resources/test-diff.yang +++ b/infra/data-impl/src/test/resources/test-diff.yang @@ -16,6 +16,12 @@ module test-diff { type string; } + container empty { + leaf in-empty { + type string; + } + } + list nested-list { key "name"; -- cgit 1.2.3-korg