forked from organicmaps/organicmaps
Adding integration tests on bicycle route with a ferry.
This commit is contained in:
parent
277b635d73
commit
ac5740849f
1 changed files with 7 additions and 0 deletions
|
@ -70,3 +70,10 @@ UNIT_TEST(RussiaMoscowKashirskoe16ToCapLongRoute)
|
|||
integration::GetBicycleComponents(), MercatorBounds::FromLatLon(55.66230, 37.63214), {0., 0.},
|
||||
MercatorBounds::FromLatLon(55.68895, 37.70286), 7057.0);
|
||||
}
|
||||
|
||||
UNIT_TEST(RussiaKerchStraitFerryRoute)
|
||||
{
|
||||
integration::CalculateRouteAndTestRouteLength(
|
||||
integration::GetBicycleComponents(), MercatorBounds::FromLatLon(45.4167, 36.7658), {0.0, 0.0},
|
||||
MercatorBounds::FromLatLon(45.3653, 36.6161), 18000.0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue