summaryrefslogtreecommitdiff
path: root/src/components/include/test/policy/policy_external
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-08-09 13:31:37 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-08-09 13:31:37 -0400
commitc55471953afa6642b3cbc017c96570f5c854a61f (patch)
tree45f36a0e542d0fa3b5f51d5249f5ebe80c561b5a /src/components/include/test/policy/policy_external
parent5644f2bfaabd31861a0a3b454ff8438be3f21d12 (diff)
downloadsdl_core-c55471953afa6642b3cbc017c96570f5c854a61f.tar.gz
set full_app_id_supported in initial snapshot generation
Diffstat (limited to 'src/components/include/test/policy/policy_external')
-rw-r--r--src/components/include/test/policy/policy_external/policy/mock_policy_settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/include/test/policy/policy_external/policy/mock_policy_settings.h b/src/components/include/test/policy/policy_external/policy/mock_policy_settings.h
index eafc1df4fe..fe051aaae0 100644
--- a/src/components/include/test/policy/policy_external/policy/mock_policy_settings.h
+++ b/src/components/include/test/policy/policy_external/policy/mock_policy_settings.h
@@ -49,6 +49,7 @@ class MockPolicySettings : public ::policy::PolicySettings {
MOCK_CONST_METHOD0(open_attempt_timeout_ms, uint16_t());
MOCK_CONST_METHOD0(policies_snapshot_file_name, const std::string&());
MOCK_CONST_METHOD0(system_files_path, const std::string&());
+ MOCK_CONST_METHOD0(use_full_app_id, bool());
};
} // namespace policy_test