pull in new policy updates
[profile/ivi/smartdevicelink.git] / src / components / policy / test / policy / src / test_stress_policy_manager_impl.cc
index 4560709..9a52bc3 100644 (file)
@@ -63,7 +63,7 @@ class PolicyManagerImplTest : public ::testing::Test {
     ofs.close();
 
     manager = new PolicyManagerImpl();
-    ASSERT_TRUE(manager->LoadPTFromFile(kNameFile));
+    ASSERT_TRUE(manager->InitPT(kNameFile));
   }
 
   static void TearDownTestCase() {