Fix storage test, since we have another leaf in the root branch
This commit is contained in:
parent
6cdf38c94c
commit
8df999edd8
1 changed files with 2 additions and 2 deletions
|
@ -1078,12 +1078,12 @@ UNIT_CLASS_TEST(StorageTest, DownloadedMap)
|
|||
|
||||
storage.GetChildrenInGroups(rootCountryId, downloaded, available);
|
||||
TEST_EQUAL(downloaded.size(), 1, (downloaded));
|
||||
TEST_EQUAL(available.size(), 223, ());
|
||||
TEST_EQUAL(available.size(), 224, ());
|
||||
|
||||
storage.GetChildrenInGroups(rootCountryId, downloadedWithKeep,
|
||||
availableWithKeep, true /* keepAvailableChildren*/);
|
||||
TEST_EQUAL(downloadedWithKeep.size(), 1, (downloadedWithKeep));
|
||||
TEST_EQUAL(availableWithKeep.size(), 224, ());
|
||||
TEST_EQUAL(availableWithKeep.size(), 225, ());
|
||||
|
||||
storage.GetChildrenInGroups("Algeria", downloaded, available);
|
||||
TEST_EQUAL(downloaded.size(), 2, (downloaded));
|
||||
|
|
Reference in a new issue