forked from organicmaps/organicmaps
[indexer] Fix tests.
This commit is contained in:
parent
229b82793e
commit
fd91eaa821
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ UNIT_TEST(CategoriesIndex_AllCategories)
|
|||
CategoriesIndex index;
|
||||
|
||||
index.AddAllCategoriesInAllLangs();
|
||||
TEST_LESS(index.GetNumTrieNodes(), 250000, ());
|
||||
// Consider deprecating this method if this bound rises as high as a million.
|
||||
TEST_LESS(index.GetNumTrieNodes(), 400000, ());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue