summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-02-19 12:37:19 -0500
committerJackLivio <jack@livio.io>2019-02-19 12:37:19 -0500
commit6875de18acfa7a65e5693477624395d1509d36a8 (patch)
treebced74a2c1a85045caf87b43a74aae8162064d01 /src/components/policy/policy_external
parentfe724122fa194196e65e2b3ece2d2916c0e98cc1 (diff)
downloadsdl_core-6875de18acfa7a65e5693477624395d1509d36a8.tar.gz
Update policy unit tests
Diffstat (limited to 'src/components/policy/policy_external')
-rw-r--r--src/components/policy/policy_external/test/sql_pt_representation_test.cc4
1 files changed, 2 insertions, 2 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 fddc5e631e..c43c9dace6 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
@@ -406,8 +406,8 @@ TEST_F(SQLPTRepresentationTest,
query.Prepare(query_select);
query.Next();
- // 34 - is current total tables number created by schema
- const int policy_tables_number = 34;
+ // 37 - is current total tables number created by schema
+ const int policy_tables_number = 37;
ASSERT_EQ(policy_tables_number, query.GetInteger(0));
const std::string query_select_count_of_iap_buffer_full =