summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/sql_pt_representation_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/test/sql_pt_representation_test.cc')
-rw-r--r--src/components/policy/policy_external/test/sql_pt_representation_test.cc9
1 files changed, 6 insertions, 3 deletions
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);