summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2016-11-24 17:59:40 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-12-05 09:33:20 +0200
commitb55ab1586c2b88dff306d1f07dadb4b861a53e97 (patch)
treee1ecfd980ef3e65e13c93e272fd4e540abc6cb1d /src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc
parentfc9a6bba0c6c6e7ef0f8e81e91b8caa458474c14 (diff)
downloadsdl_core-b55ab1586c2b88dff306d1f07dadb4b861a53e97.tar.gz
Changes EXTENDED_POLICY to EXTERNAL_POLICY
Also renames folder from 'policy_premium' to 'policy_external' Closes-bug: APPLINK-30334
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc b/src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc
index b436a12787..ec346192c7 100644
--- a/src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc
+++ b/src/components/application_manager/test/commands/mobile/on_system_request_notification_test.cc
@@ -100,12 +100,12 @@ TEST_F(OnSystemRequestNotificationTest, Run_ProprietaryType_SUCCESS) {
EXPECT_CALL(mock_policy_handler, IsRequestTypeAllowed(_, _))
.WillOnce(Return(true));
-#if defined(EXTENDED_POLICY) || defined(EXTENDED_PROPRIETARY)
+#if defined(EXTENDED_POLICY) || defined(EXTERNAL_PROPRIETARY)
EXPECT_CALL(app_mngr_, GetPolicyHandler())
.Times(2)
.WillRepeatedly(ReturnRef(mock_policy_handler));
EXPECT_CALL(mock_policy_handler, TimeoutExchange()).WillOnce(Return(5u));
-#endif // EXTENDED_POLICY || EXTENDED_PROPRIETARY
+#endif // EXTENDED_POLICY || EXTERNAL_PROPRIETARY
EXPECT_CALL(message_helper_, PrintSmartObject(_)).WillOnce(Return(false));
EXPECT_CALL(app_mngr_, SendMessageToMobile(msg, _));