forked from organicmaps/organicmaps
[new downloader] test fix.
This commit is contained in:
parent
cc6591dfb4
commit
4784e9ef54
1 changed files with 1 additions and 1 deletions
|
@ -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", ());
|
||||
|
|
Loading…
Add table
Reference in a new issue