summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/rc_policy_handler_test.cc
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 13:54:39 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-21 16:02:16 +0300
commit08789ae20c7105cbac527c4b044fb2fff9284d07 (patch)
treeb2fc088e85a38d390d22f5c32c35b9e8de254cba /src/components/application_manager/test/rc_policy_handler_test.cc
parent829b726b535638b33528fa3da5c593360300954d (diff)
downloadsdl_core-08789ae20c7105cbac527c4b044fb2fff9284d07.tar.gz
Removes unused interfaces from AccessRemote class
Diffstat (limited to 'src/components/application_manager/test/rc_policy_handler_test.cc')
-rw-r--r--src/components/application_manager/test/rc_policy_handler_test.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/application_manager/test/rc_policy_handler_test.cc b/src/components/application_manager/test/rc_policy_handler_test.cc
index 760500af95..efc3f5d46d 100644
--- a/src/components/application_manager/test/rc_policy_handler_test.cc
+++ b/src/components/application_manager/test/rc_policy_handler_test.cc
@@ -288,17 +288,6 @@ TEST_F(RCPolicyHandlerTest, CheckAccess_ValidParams_SUCCESS) {
policy_handler_.CheckAccess(kDeviceId_, kPolicyAppId_, module));
}
-TEST_F(RCPolicyHandlerTest, SetAccess_ValidParams_SUCCESS) {
- EnablePolicyAndPolicyManagerMock();
-
- const PTString module("module");
- const bool allowed(true);
- EXPECT_CALL(*mock_policy_manager_,
- SetAccess(kDeviceId_, kPolicyAppId_, module, allowed));
-
- policy_handler_.SetAccess(kDeviceId_, kPolicyAppId_, module, allowed);
-}
-
TEST_F(RCPolicyHandlerTest, CheckModule_SUCCESS) {
EnablePolicyAndPolicyManagerMock();