summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2018-02-02 18:49:10 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:42 +0300
commitd7c0131acbf1af7b8d1d13029c8dadbd4ebe4f63 (patch)
tree423b05b67a66a9a7d27bd9f6a5e97748390c078a /src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc
parentf83d4759add793398b24cca0ae1dd157d03f648c (diff)
downloadsdl_core-d7c0131acbf1af7b8d1d13029c8dadbd4ebe4f63.tar.gz
RPCHandler implementation
Fix tests Fix due to rebase Fix unit tests in mobile commands Fixed unit tests in next commands: - delete_command_request_test.cc - delete_sub_menu_test.cc - perform_audio_pass_thru_test.cc - reset_global_properties_test.cc - send_location_request_test.cc - set_global_properties_test.cc
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc b/src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc
index 3727e03d6b..fab59fbed2 100644
--- a/src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc
+++ b/src/components/application_manager/test/commands/mobile/perform_audio_pass_thru_test.cc
@@ -394,7 +394,7 @@ TEST_F(PerformAudioPassThruRequestTest,
.WillByDefault(Return(am::HmiInterfaces::HMI_INTERFACE_TTS));
ON_CALL(mock_hmi_interfaces_, GetInterfaceState(_))
.WillByDefault(Return(am::HmiInterfaces::STATE_AVAILABLE));
- EXPECT_CALL(app_mngr_, GetRPCService()).Times(0);
+ ON_CALL(app_mngr_, GetRPCService());
EXPECT_CALL(rpc_service_, ManageMobileCommand(_, _)).Times(0);
CallOnEvent on_event_caller(*command_sptr_, event);