From: Filip Krzywka Date: Thu, 13 Dec 2018 13:03:37 +0000 (+0100) Subject: Don't escape in component tests X-Git-Tag: 1.1.0~86^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7fefb1c29aed914511b518ecec3799569338d61b;p=dcaegen2%2Fcollectors%2Fhv-ves.git Don't escape in component tests We want our test output to be readable, so we should not escape \n or \t in console output. Change-Id: I4c673760ea0cd55007b47b7490036c0693887eda Issue-ID: DCAEGEN2-1026 Signed-off-by: Filip Krzywka --- diff --git a/sources/hv-collector-core/src/test/resources/logback-test.xml b/sources/hv-collector-core/src/test/resources/logback-test.xml index f4cb6c59..06aa3adc 100644 --- a/sources/hv-collector-core/src/test/resources/logback-test.xml +++ b/sources/hv-collector-core/src/test/resources/logback-test.xml @@ -21,7 +21,7 @@ - WireFrameCodecsTest + + + + - ${ONAP_LOG_PATTERN} + ${READABLE_LOG_PATTERN}