From 240ac3d9cd8107250574dd0f7221ae2f1afa3bd7 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 23 May 2023 09:30:37 +0100 Subject: Move integration test (DataService) - Moved all Data Intergation Test - Added/improved some module Moudle Servcie test too - Removed some unused (impossible) code-paths in prod code - Replaced null's with meaningful strings (in edge case scenarios) - Replaced @Shared with static (shorter) in some test Issue-ID: CPS-1687 Signed-off-by: ToineSiebelink Change-Id: Ib4b1ec1706ace7e3f5ac03d85177a6f7d4f6b8d0 --- integration-test/src/test/resources/data/bookstore/bookstore.yang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'integration-test/src/test/resources/data/bookstore/bookstore.yang') diff --git a/integration-test/src/test/resources/data/bookstore/bookstore.yang b/integration-test/src/test/resources/data/bookstore/bookstore.yang index f3219a01c..e592a9c5c 100644 --- a/integration-test/src/test/resources/data/bookstore/bookstore.yang +++ b/integration-test/src/test/resources/data/bookstore/bookstore.yang @@ -30,6 +30,8 @@ module stores { } } + container container-without-leaves { } + container premises { list addresses { key "house-number street"; -- cgit 1.2.3-korg