forked from organicmaps/organicmaps-tmp
[indexer] Fixed a test.
This commit is contained in:
parent
427c4bde38
commit
1f0ee90220
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(), 7000, ());
|
||||
TEST_LESS(index.GetNumTrieNodes(), 8000, ());
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue