summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc3
-rw-r--r--src/components/policy/policy_external/test/sql_pt_representation_test.cc9
-rw-r--r--src/components/policy/policy_regular/src/policy_manager_impl.cc3
3 files changed, 10 insertions, 5 deletions
diff --git a/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc b/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
index 2f3e7bf000..231da9fcac 100644
--- a/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
+++ b/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
@@ -210,7 +210,8 @@ const bool SQLPTExtRepresentationTest::in_memory_ = true;
TEST_F(SQLPTExtRepresentationTest,
DISABLED_GenerateSnapshot_SetPolicyTable_SnapshotIsPresent) {
- // TODO(AKutsan): APPLINK-31526 Test requires initial preloaded pt for preloaded date reading
+ // TODO(AKutsan): APPLINK-31526 Test requires initial preloaded pt for
+ // preloaded date reading
// Arrange
Json::Value table(Json::objectValue);
table["policy_table"] = Json::Value(Json::objectValue);
diff --git a/src/components/policy/policy_external/test/sql_pt_representation_test.cc b/src/components/policy/policy_external/test/sql_pt_representation_test.cc
index 5530db8b3f..531b4e67b7 100644
--- a/src/components/policy/policy_external/test/sql_pt_representation_test.cc
+++ b/src/components/policy/policy_external/test/sql_pt_representation_test.cc
@@ -1562,7 +1562,8 @@ TEST(SQLPTRepresentationTest3, RemoveDB_RemoveDB_ExpectFileDeleted) {
TEST_F(SQLPTRepresentationTest,
DISABLED_GenerateSnapshot_SetPolicyTable_SnapshotIsPresent) {
- // TODO(AKutsan):APPLINK-31526 Test requires initial preloaded pt for preloaded date reading
+ // TODO(AKutsan):APPLINK-31526 Test requires initial preloaded pt for
+ // preloaded date reading
// Arrange
Json::Value table(Json::objectValue);
PolicyTableUpdatePrepare(table);
@@ -1608,8 +1609,10 @@ TEST_F(SQLPTRepresentationTest,
snapshot->ToJsonValue().toStyledString());
}
-TEST_F(SQLPTRepresentationTest, DISABLED_Save_SetPolicyTableThenSave_ExpectSavedToPT) {
- // TODO(AKutsan): APPLINK-31526 Test requires initial preloaded pt for preloaded date reading
+TEST_F(SQLPTRepresentationTest,
+ DISABLED_Save_SetPolicyTableThenSave_ExpectSavedToPT) {
+ // TODO(AKutsan): APPLINK-31526 Test requires initial preloaded pt for
+ // preloaded date reading
// Arrange
Json::Value table(Json::objectValue);
PolicyTableUpdatePrepare(table);
diff --git a/src/components/policy/policy_regular/src/policy_manager_impl.cc b/src/components/policy/policy_regular/src/policy_manager_impl.cc
index 3a4e9d6acb..8c3fbe5178 100644
--- a/src/components/policy/policy_regular/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_regular/src/policy_manager_impl.cc
@@ -314,7 +314,8 @@ void PolicyManagerImpl::StartPTExchange() {
if (RequestPTUpdate() && !timer_retry_sequence_.is_running()) {
// Start retry sequency
const int timeout_sec = NextRetryTimeout();
- LOG4CXX_DEBUG(logger_, "Start retry sequence timeout = " << timeout_sec);
+ LOG4CXX_DEBUG(logger_,
+ "Start retry sequence timeout = " << timeout_sec);
timer_retry_sequence_.Start(timeout_sec, timer::kPeriodic);
}
}