summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-08-22 19:54:31 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-08-22 19:54:31 +0300
commitbca7dd9f538fba067212d52e4ae94d6edd732be5 (patch)
treea1091bb4f1355b4cc99b9a36d8d12d3f3dd7875d /src/components/policy/policy_regular/test/sql_pt_representation_test.cc
parent124a811939df303f2f76ca1e289d8b22a12cd0e3 (diff)
downloadsdl_core-bca7dd9f538fba067212d52e4ae94d6edd732be5.tar.gz
Remove primary logic from sql queries
Diffstat (limited to 'src/components/policy/policy_regular/test/sql_pt_representation_test.cc')
-rw-r--r--src/components/policy/policy_regular/test/sql_pt_representation_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/test/sql_pt_representation_test.cc b/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
index cbde0ca00f..fd83c82b1a 100644
--- a/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
+++ b/src/components/policy/policy_regular/test/sql_pt_representation_test.cc
@@ -420,7 +420,7 @@ TEST_F(SQLPTRepresentationTest,
ASSERT_EQ(0, dbms->FetchOneInt(query_select));
ASSERT_TRUE(reps->RefreshDB());
// Check PT structure destroyed and tables number is 0
- const int32_t total_tables_number = 29;
+ const int32_t total_tables_number = 28;
ASSERT_EQ(total_tables_number, dbms->FetchOneInt(query_select));
const char* query_select_count_of_iap_buffer_full =
"SELECT `count_of_iap_buffer_full` FROM `usage_and_error_count`";