X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-tosca%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fmodels%2Ftosca%2Fsimple%2Fconcepts%2FJpaToscaDataTypesTest.java;h=8f339ef7f8c147a156ca2199e71c674c2d5e4f54;hb=0f18850ed482e71db9d61fa2656e5e84c2f61f74;hp=83d04039862074d4aeb130758e5cd8fcb2562d5c;hpb=1c3fb9a68d8d27c4bdc3e177550a031b8b3ec5b0;p=policy%2Fmodels.git diff --git a/models-tosca/src/test/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaDataTypesTest.java b/models-tosca/src/test/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaDataTypesTest.java index 83d040398..8f339ef7f 100644 --- a/models-tosca/src/test/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaDataTypesTest.java +++ b/models-tosca/src/test/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaDataTypesTest.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * Copyright (C) 2019-2020 Nordix Foundation. + * Copyright (C) 2019-2021 Nordix Foundation. * Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -61,7 +61,10 @@ public class JpaToscaDataTypesTest { assertThatThrownBy(() -> new JpaToscaDataTypes(null, new TreeMap())) .hasMessageMatching(KEY_IS_NULL); + } + @Test + public void testDerivedDataTypes() { List> dtMapList = new ArrayList<>(); dtMapList.add(new LinkedHashMap<>());