From c55471953afa6642b3cbc017c96570f5c854a61f Mon Sep 17 00:00:00 2001 From: Conlain Kelly Date: Thu, 9 Aug 2018 13:31:37 -0400 Subject: set full_app_id_supported in initial snapshot generation --- .../include/test/policy/policy_external/policy/mock_policy_settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/include/test/policy/policy_external') 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 -- cgit v1.2.1