forked from organicmaps/organicmaps
[tests] Increase en categories index limit
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
dba61e6224
commit
0a75014530
1 changed files with 1 additions and 1 deletions
|
@ -328,6 +328,6 @@ UNIT_TEST(CategoriesIndex_AllCategoriesEnglishName)
|
|||
CategoriesIndex index;
|
||||
|
||||
index.AddAllCategoriesInLang(CategoriesHolder::MapLocaleToInteger("en"));
|
||||
TEST_LESS(index.GetNumTrieNodes(), 8000, ());
|
||||
TEST_LESS(index.GetNumTrieNodes(), 9000, ());
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue