forked from organicmaps/organicmaps
Routing test fixes
This commit is contained in:
parent
6e740e44a8
commit
a448b1744d
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ namespace
|
|||
{
|
||||
UNIT_TEST(UrlGeneratorTest)
|
||||
{
|
||||
TEST_EQUAL(GenerateOnlineRequest("http://mapsme.test.ru:10012", ms::LatLon(37.726536, 55.690105),
|
||||
ms::LatLon(39.902344, 44.527843)),
|
||||
TEST_EQUAL(GenerateOnlineRequest("http://mapsme.test.ru:10012", ms::LatLon(55.690105, 37.726536),
|
||||
ms::LatLon(44.527843, 39.902344)),
|
||||
"http://mapsme.test.ru:10012/mapsme?loc=55.6901,37.7265&loc=44.5278,39.9023",
|
||||
("Url parsed"));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue