summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2017-02-03 16:07:49 +0200
committerIra Lytvynenko <ILytvynenko@luxoft.com>2017-02-07 15:46:45 +0200
commitd685b12d9216651b898646975bdaf902e825e509 (patch)
tree03e3bad4fa0052cd3e1fa2f231038474e0f1a3c8 /src/components/policy/policy_external/test
parent1e4a4c8caf35a5d360bcdee518320639bb0a166d (diff)
downloadsdl_core-d685b12d9216651b898646975bdaf902e825e509.tar.gz
Move HMI commands missed tests from release/4.3.0 to develop
Raise covered to 65%.
Diffstat (limited to 'src/components/policy/policy_external/test')
-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
2 files changed, 8 insertions, 4 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);