summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-11-13 15:23:27 +0200
committerAlexander Kutsan <akutsan@luxoft.com>2017-11-13 19:43:56 +0200
commit1caf831f14c8a5f9aabea822dfba5c646376d278 (patch)
tree3f9143cb2092c3066bbd4b9a54bdd250d0eb5a56
parent5642aef2980e3f39d98dd645e6b17110283fbe6c (diff)
downloadsdl_core-1caf831f14c8a5f9aabea822dfba5c646376d278.tar.gz
Removed not actual unit test
-rw-r--r--src/components/application_manager/test/commands/mobile/alert_request_test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/application_manager/test/commands/mobile/alert_request_test.cc b/src/components/application_manager/test/commands/mobile/alert_request_test.cc
index 1ca561a94c..d77067bcc5 100644
--- a/src/components/application_manager/test/commands/mobile/alert_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/alert_request_test.cc
@@ -296,14 +296,6 @@ TEST_F(AlertRequestTest, Init_DurationNotExists_SUCCESS) {
EXPECT_TRUE(command->Init());
}
-TEST_F(AlertRequestTest, OnTimeOut_UNSUCCESS) {
- Expectations();
- (*msg_)[am::strings::msg_params][am::strings::soft_buttons] = 0;
- CommandPtr command(CreateCommand<AlertRequest>(msg_));
- command->onTimeOut();
- EXPECT_CALL(app_mngr_, ManageMobileCommand(_, _)).Times(0);
-}
-
TEST_F(AlertRequestTest, OnTimeOut_SUCCESS) {
Expectations();
MessageSharedPtr result_msg(CreateMessage(smart_objects::SmartType_Null));