[downloader] Fix integration tests

This commit is contained in:
Sergey Yershov 2016-05-16 14:02:07 +03:00
parent 53aca94a7a
commit 60d3156495

View file

@ -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);