diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-06-18 12:10:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-18 12:10:14 +0000 |
commit | eb216ac66f47c2b9d2b69a6e080d3969f75d78af (patch) | |
tree | 080b7839e8f755e6542d719bcdb7f6568bfa6a49 /src/test/resources | |
parent | 60b5b25fa4687f8d64f1c5c48515db735a0e5141 (diff) | |
parent | 456cf4f6af9c22449dd4a39b1d13900fc38481c1 (diff) |
Merge "New unit tests and sonar fixes"
Diffstat (limited to 'src/test/resources')
-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 /> |