diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2019-04-30 16:37:54 +0200 |
---|---|---|
committer | k.kedron <k.kedron@partner.samsung.com> | 2019-06-04 11:50:03 +0200 |
commit | 456cf4f6af9c22449dd4a39b1d13900fc38481c1 (patch) | |
tree | 089617e97606dc4ecbc8529f0c1d4ee5546bb1d0 /src/test/resources/logback.xml | |
parent | edae4aaca1bc65fa39d398e5a386c918ab7dde7a (diff) |
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 <k.kedron@partner.samsung.com>
Diffstat (limited to 'src/test/resources/logback.xml')
-rw-r--r-- | src/test/resources/logback.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml new file mode 100644 index 000000000..07e587855 --- /dev/null +++ b/src/test/resources/logback.xml @@ -0,0 +1,2 @@ +<!-- Empty Configuration to prevent creating log files by Units Tests (e.g LoggingUtilsTest) ! --> +<configuration /> |