[routing] Fix routing_integration_tests

This commit is contained in:
Mikhail Gorbushin 2019-08-25 18:44:10 +03:00 committed by Vladimir Byko-Ianko
parent db2dc29c6a
commit 9f4032f2f5
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ UNIT_TEST(SwedenStockholmBicyclePastFerry)
CalculateRouteAndTestRouteLength(
GetVehicleComponents(VehicleType::Bicycle),
MercatorBounds::FromLatLon(59.4725, 18.51355), {0.0, 0.0},
MercatorBounds::FromLatLon(59.32967, 18.075), 66161.2);
MercatorBounds::FromLatLon(59.32967, 18.075), 46163.7);
}
UNIT_TEST(CrossMwmKaliningradRegionToLiepaja)

View file

@ -494,7 +494,7 @@ UNIT_TEST(NetherlandsAmsterdamPedestrianPastFerry)
integration::CalculateRouteAndTestRouteLength(
integration::GetVehicleComponents(VehicleType::Pedestrian),
MercatorBounds::FromLatLon(52.38075, 4.89938), {0.0, 0.0},
MercatorBounds::FromLatLon(52.40194, 4.89038), 3580.0);
MercatorBounds::FromLatLon(52.40194, 4.89038), 2553.18);
}
// Test on building pedestrian route past ferry.

View file

@ -203,7 +203,7 @@ namespace
integration::CalculateRouteAndTestRouteLength(
integration::GetVehicleComponents(VehicleType::Car),
MercatorBounds::FromLatLon(51.09276, 1.11369), {0., 0.},
MercatorBounds::FromLatLon(50.93227, 1.82725), 64753.0);
MercatorBounds::FromLatLon(50.93227, 1.82725), 72153.8);
}
UNIT_TEST(RussiaMoscowStartAtTwowayFeatureTest)