Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-04-27 14:08:45 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit6d508e0d2831cbf9caf60fa134f17c962c385e09 (patch)
treea53acdd5edf860fb2192338867eeb03a70c8a6c0 /storage/storage_integration_tests
parentff847713d907ba189cf474fa6af8eec1679b0219 (diff)
[tests] Fix storage integration tests
Diffstat (limited to 'storage/storage_integration_tests')
-rw-r--r--storage/storage_integration_tests/storage_http_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage_integration_tests/storage_http_tests.cpp b/storage/storage_integration_tests/storage_http_tests.cpp
index 0e15bc889a..3df357b072 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(), 223, ());
+ TEST_EQUAL(availChildren.size(), 224, ());
m_storage.DeleteNode(kDisputedCountryId1);
m_storage.DeleteNode(kDisputedCountryId2);