[downloader] Fix storage integration tests

This commit is contained in:
Sergey Yershov 2016-04-12 13:12:17 +03:00
parent d111f686d7
commit 480453fece

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(), 222, ());
TEST_EQUAL(availChildren.size(), 223, ());
m_storage.DeleteNode(kDisputedCountryId1);
m_storage.DeleteNode(kDisputedCountryId2);