forked from organicmaps/organicmaps
[routing] Fix routing_integration_tests
This commit is contained in:
parent
db2dc29c6a
commit
9f4032f2f5
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue