[new downloader] test fix.

This commit is contained in:
Vladimir Byko-Ianko 2016-02-25 17:09:36 +03:00 committed by Sergey Yershov
parent cc6591dfb4
commit 4784e9ef54

View file

@ -1225,7 +1225,7 @@ UNIT_TEST(StorageTest_GetNodeAttrsSingleMwm)
storage.GetNodeAttrs("Algeria", nodeAttrs);
TEST_EQUAL(nodeAttrs.m_mwmCounter, 2, ());
TEST_EQUAL(nodeAttrs.m_mwmSize, 90878678, ());
TEST_EQUAL(nodeAttrs.m_status, NodeStatus::OnDisk, ()); // It's a status of expandable node.
TEST_EQUAL(nodeAttrs.m_status, NodeStatus::NotDownloaded, ()); // It's a status of expandable node.
TEST_EQUAL(nodeAttrs.m_error, NodeErrorCode::NoError, ());
TEST_EQUAL(nodeAttrs.m_parentInfo.size(), 1, ());
TEST_EQUAL(nodeAttrs.m_parentInfo[0].m_id, "Countries", ());