forked from organicmaps/organicmaps
Might have fixed the troubles with the Belorussian language name in tests.
This commit is contained in:
parent
a58ea77ec7
commit
09b9fd8b0c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ UNIT_TEST(MultilangString_Unique)
|
|||
|
||||
UNIT_TEST(MultilangString_LangNames)
|
||||
{
|
||||
TEST_EQUAL("Беларуская", StringUtf8Multilang::GetLangNameByCode(StringUtf8Multilang::GetLangIndex("be")), ());
|
||||
TEST_EQUAL(string("Беларуская"), StringUtf8Multilang::GetLangNameByCode(StringUtf8Multilang::GetLangIndex("be")), ());
|
||||
|
||||
auto const & langs = StringUtf8Multilang::GetSupportedLanguages();
|
||||
// Using size_t workaround, because our logging/testing macroses do not support passing POD types by value,
|
||||
|
|
Loading…
Add table
Reference in a new issue