Routing test fixes

This commit is contained in:
Lev Dragunov 2015-07-07 15:41:37 +03:00 committed by Alex Zolotarev
parent 6e740e44a8
commit a448b1744d

View file

@ -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"));
}