forked from organicmaps/organicmaps
[indexer] Fix AllCategoriesEnglishName test
This commit is contained in:
parent
e6c18942ce
commit
643fa2dddb
1 changed files with 1 additions and 1 deletions
|
@ -415,6 +415,6 @@ UNIT_TEST(CategoriesIndex_AllCategoriesEnglishName)
|
|||
CategoriesIndex index;
|
||||
|
||||
index.AddAllCategoriesInLang(CategoriesHolder::MapLocaleToInteger("en"));
|
||||
TEST_LESS(index.GetNumTrieNodes(), 6000, ());
|
||||
TEST_LESS(index.GetNumTrieNodes(), 7000, ());
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue