summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2017-08-23 13:36:44 +0300
committerIra Lytvynenko <ILytvynenko@luxoft.com>2017-08-23 13:36:44 +0300
commit7a4a9a01854b42622d881ef0767ab64a75c3f3e8 (patch)
treef55dcae3da889334b025681680ef5fe01fda25c6 /src/components/policy/policy_external
parent9ff6b5c5b36b38ecd90e6c08378236cd044f873e (diff)
downloadsdl_core-7a4a9a01854b42622d881ef0767ab64a75c3f3e8.tar.gz
Fix UT
Diffstat (limited to 'src/components/policy/policy_external')
-rw-r--r--src/components/policy/policy_external/test/sql_pt_representation_test.cc2
1 files changed, 1 insertions, 1 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 d4df658bd2..a657a01145 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
@@ -407,7 +407,7 @@ TEST_F(SQLPTRepresentationTest,
query.Prepare(query_select);
query.Next();
- const int policy_tables_number = 34;
+ const int policy_tables_number = 32;
ASSERT_EQ(policy_tables_number, query.GetInteger(0));
const std::string query_select_count_of_iap_buffer_full =