Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
the 2 commits create a tests.xml file which can be used for automated testing in Nemo.
Adaptation in .spec needed!
$ testrunner-lite -v -a -f ./tests.xml -o ~/commhistory-daemon-tests-output.xml
[INFO] 09:23:08 Verbosity level set to: 1
[INFO] 09:23:08 Version 1.8.0
[INFO] 09:23:08 Initializing executor
[INFO] 09:23:09 Getting HW information
[INFO] 09:23:09 Getting HW information
[INFO] 09:23:09 Starting to run tests...
[INFO] 09:23:09 Test suite: commhistory-daemon-tests
[INFO] 09:23:09 Test set: ut_notificationmanager
[INFO] 09:23:09 Starting test case notificationmanager
[INFO] 09:23:54 Finished test case notificationmanager Result: PASS
[INFO] 09:23:54 Test set: ut_textchannellistener
[INFO] 09:23:54 Starting test case textchannellistener
[INFO] 09:24:16 Finished test case textchannellistener Result: PASS
[INFO] 09:24:16 Test set: ut_streamchannellistener
[INFO] 09:24:16 Starting test case streamchannellistener
[INFO] 09:25:05 Finished test case streamchannellistener Result: PASS
[INFO] 09:25:05 Test set: ut_messagereviver
[INFO] 09:25:05 Starting test case messagereviver
[INFO] 09:25:06 Finished test case messagereviver Result: PASS
[INFO] 09:25:06 Finished running tests.
[INFO] 09:25:06 Executed 4 cases. Passed 4 Failed 0
[INFO] 09:25:06 Results were written to: /home/nemo/commhistory-daemon-tests-output.xml
[INFO] 09:25:06 Finished!