forked from organicmaps/organicmaps
Add test for Brazil detecting from inner point.
This commit is contained in:
parent
836d3f86cf
commit
ef515f1254
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@ UNIT_TEST(CountryInfo_GetByPoint_Smoke)
|
|||
|
||||
TEST_EQUAL(info.m_name, "Belarus", ());
|
||||
TEST_EQUAL(info.m_flag, "by", ());
|
||||
|
||||
|
||||
getter->GetRegionInfo(m2::PointD(MercatorBounds::LonToX(-38.0098101),
|
||||
MercatorBounds::LatToY(-6.4146288)),
|
||||
info);
|
||||
|
||||
TEST_EQUAL(info.m_name, "Brazil", ());
|
||||
TEST_EQUAL(info.m_flag, "br", ());
|
||||
}
|
||||
|
||||
namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue