forked from organicmaps/organicmaps-tmp
Storage test fix.
This commit is contained in:
parent
55eca4f9ae
commit
a7bfefe450
1 changed files with 3 additions and 2 deletions
|
@ -1011,7 +1011,7 @@ UNIT_TEST(StorageTest_GetChildren)
|
|||
|
||||
TCountriesVec countriesList;
|
||||
storage.GetChildren(world, countriesList);
|
||||
TEST_EQUAL(countriesList.size(), 5, ());
|
||||
TEST_EQUAL(countriesList.size(), 7, ());
|
||||
TEST_EQUAL(countriesList.front(), "Abkhazia", ());
|
||||
TEST_EQUAL(countriesList.back(), "Country2", ());
|
||||
|
||||
|
@ -1459,7 +1459,8 @@ UNIT_TEST(StorageTest_ForEachInSubtree)
|
|||
};
|
||||
storage.ForEachInSubtree(storage.GetRootId(), forEach);
|
||||
|
||||
TCountriesVec const expectedLeafVec = {"Abkhazia", "Algeria_Central", "Algeria_Coast", "South Korea_South",
|
||||
TCountriesVec const expectedLeafVec = {"Abkhazia", "OutdatedCountry1", "OutdatedCountry2", "Algeria_Central",
|
||||
"Algeria_Coast", "South Korea_South",
|
||||
"Disputable Territory", "Indisputable Territory Of Country1",
|
||||
"Indisputable Territory Of Country2", "Disputable Territory"};
|
||||
TEST_EQUAL(leafVec, expectedLeafVec, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue