Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--routing/routing_integration_tests/bicycle_route_test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/routing/routing_integration_tests/bicycle_route_test.cpp b/routing/routing_integration_tests/bicycle_route_test.cpp
index 11016704b1..3d25f7482a 100644
--- a/routing/routing_integration_tests/bicycle_route_test.cpp
+++ b/routing/routing_integration_tests/bicycle_route_test.cpp
@@ -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);
+}