forked from organicmaps/organicmaps
routing integration test RussiaMoscowMKADLeningradkaTest fix.
This commit is contained in:
parent
e5c57d8250
commit
2079c2fe1e
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ UNIT_TEST(RussiaMoscowMKADLeningradkaTest)
|
|||
{
|
||||
TRouteResult const routeResult =
|
||||
integration::CalculateRoute(integration::GetVehicleComponents<VehicleType::Car>(),
|
||||
MercatorBounds::FromLatLon(55.87992, 37.43940), {0., 0.},
|
||||
MercatorBounds::FromLatLon(55.87961, 37.43838), {0.0, 0.0},
|
||||
MercatorBounds::FromLatLon(55.87854, 37.44865));
|
||||
|
||||
Route const & route = *routeResult.first;
|
||||
|
|
Loading…
Add table
Reference in a new issue