summaryrefslogtreecommitdiff
path: root/src/components/policy/test/generated_code_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/generated_code_test.cc')
-rw-r--r--src/components/policy/test/generated_code_test.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/components/policy/test/generated_code_test.cc b/src/components/policy/test/generated_code_test.cc
index 5b590ce46c..8b1a4d7478 100644
--- a/src/components/policy/test/generated_code_test.cc
+++ b/src/components/policy/test/generated_code_test.cc
@@ -35,8 +35,8 @@
#include "json/reader.h"
#include "json/value.h"
-#include "./enums.h"
-#include "./types.h"
+#include "policy/policy_table/enums.h"
+#include "policy/policy_table/types.h"
#include "rpc_base/gtest_support.h"
using rpc::policy_table_interface_base::Table;
@@ -45,8 +45,7 @@ namespace test {
namespace components {
namespace policy {
-TEST(PolicyGeneratedCodeTest, DISABLED_TestValidPTPreloadJsonIsValid) {
- // TODO(AGaliuzov) APPLINK-10657 neet to enable this tests
+TEST(PolicyGeneratedCodeTest, TestValidPTPreloadJsonIsValid) {
std::ifstream json_file("sdl_preloaded_pt.json");
ASSERT_TRUE(json_file.is_open());
Json::Value valid_table;
@@ -57,8 +56,7 @@ TEST(PolicyGeneratedCodeTest, DISABLED_TestValidPTPreloadJsonIsValid) {
ASSERT_RPCTYPE_VALID(table);
}
-TEST(PolicyGeneratedCodeTest, DISABLED_TestValidPTUpdateJsonIsValid) {
- // TODO(AGaliuzov) APPLINK-10657 neet to enable this tests
+TEST(PolicyGeneratedCodeTest, TestValidPTUpdateJsonIsValid) {
std::ifstream json_file("valid_sdl_pt_update.json");
ASSERT_TRUE(json_file.is_open());
Json::Value valid_table;