summaryrefslogtreecommitdiff
path: root/src/components/policy/test/policy_manager_impl_stress_test.cc
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-01-26 11:15:48 -0500
committerJustin Dickow <jjdickow@gmail.com>2015-01-26 11:15:48 -0500
commit46ed776c537131e72747538488b213cf45f23e22 (patch)
tree4cad1abf411addfd72ab591c93edeb5d225d9a39 /src/components/policy/test/policy_manager_impl_stress_test.cc
parenta24079cb8de5563376dcf782cdb9fe3cae063841 (diff)
downloadsdl_core-46ed776c537131e72747538488b213cf45f23e22.tar.gz
Latest internal release - last bulk merge before pull request and gitflow!?
Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
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, 0 insertions, 4 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 c5550413b4..6c5e5d1a7b 100644
--- a/src/components/policy/test/policy_manager_impl_stress_test.cc
+++ b/src/components/policy/test/policy_manager_impl_stress_test.cc
@@ -39,8 +39,6 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"
-#include "config_profile/profile.h"
-
#include "mock_policy_listener.h"
#include "policy/policy_manager_impl.h"
@@ -82,8 +80,6 @@ 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);