summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-01-29 14:38:00 -0500
committerGitHub <noreply@github.com>2018-01-29 14:38:00 -0500
commit6212599da217e95899d63d4b33088082489841bd (patch)
tree8ade9cf33618b9430e645f0bf4d172bb864d8be0
parent61c37f3763b7f84dca8f42ffdaa705d454d1b711 (diff)
parentf1a72e1aec3a38a1cebca86b80d9baa59b2b8529 (diff)
downloadsdl_core-feature/SDL_must_transfer_RPC’s_with_invalid_image.tar.gz
Merge pull request #1994 from smartdevicelink/fix/rc_unit_test_failurefeature/SDL_must_transfer_RPC’s_with_invalid_image
Fix RC unit test
-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_));