forked from organicmaps/organicmaps
[tests] Fixed the upper bound for the categories trie.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
f9d11a44de
commit
f666b09c94
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ UNIT_TEST(CategoriesIndex_AllCategories)
|
|||
index.AddAllCategoriesInAllLangs();
|
||||
// Consider deprecating this method if this bound rises as high as a million.
|
||||
LOG(LINFO, ("Number of nodes in the CategoriesIndex trie:", index.GetNumTrieNodes()));
|
||||
TEST_LESS(index.GetNumTrieNodes(), 400000, ());
|
||||
TEST_LESS(index.GetNumTrieNodes(), 450000, ());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue