diff --git a/routing/routing_integration_tests/route_test.cpp b/routing/routing_integration_tests/route_test.cpp index 42a732aeb8..5fc1d36462 100644 --- a/routing/routing_integration_tests/route_test.cpp +++ b/routing/routing_integration_tests/route_test.cpp @@ -446,11 +446,11 @@ UNIT_TEST(GermanyWarningAboutSpeedCamerasTest) UNIT_TEST(Spain_RestirctionOnlyMany) { - // There is a relation https://www.openstreetmap.org/relation/7610329, - // but I don't see any contradictions here. + // This relation https://www.openstreetmap.org/relation/7610329 + // See also Valhalla engine. CalculateRouteAndTestRouteLength(GetVehicleComponents(VehicleType::Car), FromLatLon(43.38234, -5.67648), {0.0, 0.0}, - FromLatLon(43.38222, -5.69083), 1255.25); + FromLatLon(43.38222, -5.69083), 8289.15); } UNIT_TEST(Russia_Moscow_RestirctionOnlyMany) diff --git a/routing/routing_integration_tests/transit_route_test.cpp b/routing/routing_integration_tests/transit_route_test.cpp index 8876af7363..ffb3351dc0 100644 --- a/routing/routing_integration_tests/transit_route_test.cpp +++ b/routing/routing_integration_tests/transit_route_test.cpp @@ -79,7 +79,7 @@ UNIT_TEST(Transit_Piter_TooLongPedestrian) auto const & route = *routeResult.first; integration::CheckSubwayExistence(route); - integration::TestRouteLength(route, 23246.9); + integration::TestRouteLength(route, 22556.1); TEST_LESS(route.GetTotalTimeSec(), 3600 * 3, ()); }