summaryrefslogtreecommitdiff
path: root/src/components/policy/test/policy_manager_impl_stress_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/policy_manager_impl_stress_test.cc')
-rw-r--r--src/components/policy/test/policy_manager_impl_stress_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/policy/test/policy_manager_impl_stress_test.cc b/src/components/policy/test/policy_manager_impl_stress_test.cc
index 6c5e5d1a7b..c5550413b4 100644
--- a/src/components/policy/test/policy_manager_impl_stress_test.cc
+++ b/src/components/policy/test/policy_manager_impl_stress_test.cc
@@ -39,6 +39,8 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"
+#include "config_profile/profile.h"
+
#include "mock_policy_listener.h"
#include "policy/policy_manager_impl.h"
@@ -80,6 +82,8 @@ void PolicyManagerImplStressTest::SetUpTestCase() {
CreateTable(ofs);
ofs.close();
+ profile::Profile::instance()->config_file_name("smartDeviceLink.ini");
+
manager = new PolicyManagerImpl();
mock_listener = new MockPolicyListener();
manager->set_listener(mock_listener);