From 9c8f23bdc54fc00598907dcf74622a730f6a2765 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 7 Apr 2016 13:19:19 +0300 Subject: [PATCH] Fixing storage integration tests after changing in countries.txt --- storage/storage_integration_tests/storage_http_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storage_integration_tests/storage_http_tests.cpp b/storage/storage_integration_tests/storage_http_tests.cpp index cfe3683e94..6b80173380 100644 --- a/storage/storage_integration_tests/storage_http_tests.cpp +++ b/storage/storage_integration_tests/storage_http_tests.cpp @@ -173,7 +173,7 @@ UNIT_CLASS_TEST(StorageHttpTest, StorageDownloadAndDeleteDisputedNode) TCountriesVec const expectedDownloadedChildren = {"Argentina", kDisputedCountryId2, kDisputedCountryId1}; TEST_EQUAL(downloadedChildren, expectedDownloadedChildren, ()); - TEST_EQUAL(availChildren.size(), 221, ()); + TEST_EQUAL(availChildren.size(), 222, ()); m_storage.DeleteNode(kDisputedCountryId1); m_storage.DeleteNode(kDisputedCountryId2);