summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2018-01-29 09:38:13 +0200
committerAKalinich-Luxoft <AKalinich@luxoft.com>2018-01-29 09:38:33 +0200
commit4f0d4ef68ffec01fbcae39416d1fac43cc34ee22 (patch)
treecbd50c61a3d83e22cc0169aba320d6693b21a422
parent9c5215754d507506d6587955c400d6ed184ec5b2 (diff)
downloadsdl_core-4f0d4ef68ffec01fbcae39416d1fac43cc34ee22.tar.gz
Fix failed RC test after rebase
-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 e7c3576f31..7bdf9fb9dd 100644
--- a/src/components/remote_control/test/src/rc_module_test.cc
+++ b/src/components/remote_control/test/src/rc_module_test.cc
@@ -227,7 +227,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_));