Added comment

This commit is contained in:
Timofey 2016-12-19 17:14:20 +03:00
parent 3269c9060e
commit 0e7c8f1f12

View file

@ -105,6 +105,7 @@ UNIT_TEST(MultilangString_Unique)
UNIT_TEST(MultilangString_LangNames)
{
// It is important to compare the contents of the strings, and not just pointers
TEST_EQUAL(string("Беларуская"), StringUtf8Multilang::GetLangNameByCode(StringUtf8Multilang::GetLangIndex("be")), ());
auto const & langs = StringUtf8Multilang::GetSupportedLanguages();