Add test for Brazil detecting from inner point.

This commit is contained in:
vng 2012-12-19 00:39:02 +03:00 committed by Alex Zolotarev
parent 836d3f86cf
commit ef515f1254

View file

@ -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