diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-05-23 09:30:37 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-06-12 14:59:38 +0100 |
commit | 240ac3d9cd8107250574dd0f7221ae2f1afa3bd7 (patch) | |
tree | 1677ef197e3b785a79d12418c9554b9f25ad4975 /integration-test/src/test/resources/data | |
parent | b3b44d9aa4e71c4264df140ffff27b5ba4c44e82 (diff) |
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 <toine.siebelink@est.tech>
Change-Id: Ib4b1ec1706ace7e3f5ac03d85177a6f7d4f6b8d0
Diffstat (limited to 'integration-test/src/test/resources/data')
-rw-r--r-- | integration-test/src/test/resources/data/bookstore/bookstore.yang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/bookstore/bookstore.yang b/integration-test/src/test/resources/data/bookstore/bookstore.yang index f3219a01ca..e592a9c5ce 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"; |