summaryrefslogtreecommitdiff
path: root/src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc')
-rw-r--r--src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc b/src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc
index 885f79b8b7..86c934ff81 100644
--- a/src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc
+++ b/src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc
@@ -144,8 +144,7 @@ TEST_F(GeneratedCodeTest, UpdateSectionAppPolicies) {
policy_table::ApplicationPolicies ap;
const std::string application_id = "12345678";
ap[application_id].groups.push_back("Base-4");
- // This param is present in extended policy table interface only
- //ap[application_id].priority = policy_table::P_NORMAL;
+ ap[application_id].priority = policy_table::P_NORMAL;
EXPECT_TRUE(policy_table::UpdateSection(&db, ap));