diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-02-26 12:31:43 +0100 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-04-19 13:03:50 +0200 |
commit | efef025b64cc03adf5b429170bcd39e4540a43a7 (patch) | |
tree | 63da705c076f4bec77c7845254a9e41d20cff6b4 /vid-app-common/src/test/resources/loggerFiles | |
parent | e6571c6df02776c335b156b0fb44e31d723ffa06 (diff) |
Rewrite LoggerControllerTests
Add JUnit tests with minor code refactor
Issue-ID: VID-384
Change-Id: Ic3bee8e1f6ee58a10053bb0ad2d006912965da1a
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Diffstat (limited to 'vid-app-common/src/test/resources/loggerFiles')
-rw-r--r-- | vid-app-common/src/test/resources/loggerFiles/emptyLog.log | 0 | ||||
-rw-r--r-- | vid-app-common/src/test/resources/loggerFiles/validLog.log | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/loggerFiles/emptyLog.log b/vid-app-common/src/test/resources/loggerFiles/emptyLog.log new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/vid-app-common/src/test/resources/loggerFiles/emptyLog.log diff --git a/vid-app-common/src/test/resources/loggerFiles/validLog.log b/vid-app-common/src/test/resources/loggerFiles/validLog.log new file mode 100644 index 000000000..cdb763932 --- /dev/null +++ b/vid-app-common/src/test/resources/loggerFiles/validLog.log @@ -0,0 +1,3 @@ +this is the first line +the second line +and the third line |