mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
[categories] Removed dummy list.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
8393402c02
commit
12dbfc6622
@@ -18,8 +18,6 @@ UNIT_TEST(NewFeatureCategories_UniqueNames)
|
||||
for (auto const & locale : CategoriesHolder::kLocaleMapping)
|
||||
{
|
||||
std::string const lang(locale.m_name);
|
||||
if (base::IsExist(CategoriesHolder::kDisabledLanguages, lang))
|
||||
continue;
|
||||
categories.AddLanguage(lang);
|
||||
auto names = categories.GetAllCreatableTypeNames();
|
||||
std::sort(names.begin(), names.end());
|
||||
|
||||
Reference in New Issue
Block a user