summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-01-29 13:40:55 -0500
committerGitHub <noreply@github.com>2018-01-29 13:40:55 -0500
commitf1a72e1aec3a38a1cebca86b80d9baa59b2b8529 (patch)
tree8ade9cf33618b9430e645f0bf4d172bb864d8be0
parent61c37f3763b7f84dca8f42ffdaa705d454d1b711 (diff)
downloadsdl_core-fix/rc_unit_test_failure.tar.gz
Fix RC unit testfix/rc_unit_test_failure
-rw-r--r--src/components/remote_control/test/src/rc_module_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/remote_control/test/src/rc_module_test.cc b/src/components/remote_control/test/src/rc_module_test.cc
index 57efb90551..ffb6af586a 100644
--- a/src/components/remote_control/test/src/rc_module_test.cc
+++ b/src/components/remote_control/test/src/rc_module_test.cc
@@ -226,7 +226,6 @@ TEST_F(RCModuleTest, IsAppForPluginSuccess) {
mobile_apis::HMILevel::eType hmi = mobile_apis::HMILevel::eType::HMI_FULL;
EXPECT_CALL(*app0_, hmi_level()).WillRepeatedly(Return(hmi));
ON_CALL(*app0_, device()).WillByDefault(Return(1));
- EXPECT_CALL(*mock_service_, NotifyHMIAboutHMILevel(Eq(app0_), _));
EXPECT_CALL(*mock_service_, IsRemoteControlApplication(Eq(app0_)))
.WillOnce(Return(true));
ASSERT_TRUE(module_.IsAppForPlugin(app0_));