forked from organicmaps/organicmaps-tmp
[downloader] Fix integration tests
This commit is contained in:
parent
53aca94a7a
commit
60d3156495
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ UNIT_CLASS_TEST(StorageHttpTest, StorageDownloadAndDeleteDisputedNode)
|
|||
|
||||
TCountriesVec const expectedDownloadedChildren = {"Argentina", kDisputedCountryId2, kDisputedCountryId1};
|
||||
TEST_EQUAL(downloadedChildren, expectedDownloadedChildren, ());
|
||||
TEST_EQUAL(availChildren.size(), 224, ());
|
||||
TEST_EQUAL(availChildren.size(), 223, ());
|
||||
|
||||
m_storage.DeleteNode(kDisputedCountryId1);
|
||||
m_storage.DeleteNode(kDisputedCountryId2);
|
||||
|
|
Loading…
Add table
Reference in a new issue