diff --git a/routing/routing_tests/online_cross_fetcher_test.cpp b/routing/routing_tests/online_cross_fetcher_test.cpp index f037ca3522..7222979faf 100644 --- a/routing/routing_tests/online_cross_fetcher_test.cpp +++ b/routing/routing_tests/online_cross_fetcher_test.cpp @@ -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")); }