From 313e73a58a9a01bbceb007b6de617fda521bdd6e Mon Sep 17 00:00:00 2001 From: vempo Date: Thu, 25 Oct 2018 09:44:35 +0000 Subject: Enabled unit tests of configuration framework Added slf4j binding for tests. Updated patch version of commons-configuration. Change-Id: Ifef09eb3591f01be4f90f16758448018361dcdb7 Issue-ID: SDC-1867 Signed-off-by: vempo --- .../src/test/resources/logback-test.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/logback-test.xml (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/src') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/logback-test.xml b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/logback-test.xml new file mode 100644 index 0000000000..73ffeeaf4e --- /dev/null +++ b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/logback-test.xml @@ -0,0 +1,29 @@ + + + + + + + %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg