forked from organicmaps/organicmaps
[tests] CountriesNamesTest fix.
This commit is contained in:
parent
f83eae573f
commit
2ea2b0cb3e
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ UNIT_TEST(CountriesNamesTest)
|
|||
StringUtf8Multilang::kInternationalCode};
|
||||
|
||||
// todo: (@t.yan) fix names for countries which have separate mwms.
|
||||
set<string> const kIgnoreList = {"American Samoa",
|
||||
set<string> const kIgnoreList = {"China",
|
||||
"American Samoa",
|
||||
"Sāmoa",
|
||||
"Pitcairn",
|
||||
"South Georgia and South Sandwich Islands",
|
||||
|
|
Loading…
Add table
Reference in a new issue