aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMax Waterman <david.waterman@nokia.com>2010-07-15 13:14:27 +0300
committerMiroslav Safr <miroslav.safr@tieto.com>2010-07-15 16:36:03 +0300
commitc0f63d6a756fdf131a0437d5f8a2fd60ff9e9e83 (patch)
tree1fe92b00db6429d708c999aa91625bff57221077 /tests
parent70a2625d7fa9713b0c080138b325fa57b5fd058a (diff)
Changes: added a call to improve coverage stats
RevBy: TrustMe Details: Pointless, but that's stats for you. I guess I wanted to put the effort in because I was concerned about the coverage report implying the destructor for MServiceFwProxy isn't being called.
Diffstat (limited to 'tests')
-rw-r--r--tests/ut_mservicefwbaseif/ut_mservicefwbaseif.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ut_mservicefwbaseif/ut_mservicefwbaseif.cpp b/tests/ut_mservicefwbaseif/ut_mservicefwbaseif.cpp
index 7bf61cb1..3055902b 100644
--- a/tests/ut_mservicefwbaseif/ut_mservicefwbaseif.cpp
+++ b/tests/ut_mservicefwbaseif/ut_mservicefwbaseif.cpp
@@ -68,6 +68,8 @@ void Ut_MServiceFwBaseIf::init()
m_subject->serviceNames("com.nokia.TextProcessorIf");
m_subject->serviceName();
m_subject->serviceFwProxy();
+ // purely for coverage stats - useless otherwise
+ m_subject->serviceFwProxy()->servicePath("com.nokia.TextProcessorIf");
}
void Ut_MServiceFwBaseIf::cleanup()