From 456cf4f6af9c22449dd4a39b1d13900fc38481c1 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Tue, 30 Apr 2019 16:37:54 +0200 Subject: New unit tests and sonar fixes Assertion arguments should be passed in the correct order in: - CldsReferencePropertiesItCase - LoggingUtils Remove of duplicate code in LoggingUtils. Typo in README file. Add LoggingUtilsTest unit test. Change-Id: Iddc61877659e9d4308479451a7eb4901b3fc5ea8 Issue-ID: CLAMP-355 Signed-off-by: Krystian Kedron --- src/test/resources/logback.xml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/test/resources/logback.xml (limited to 'src/test/resources/logback.xml') diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml new file mode 100644 index 00000000..07e58785 --- /dev/null +++ b/src/test/resources/logback.xml @@ -0,0 +1,2 @@ + + -- cgit 1.2.3-korg