From 45e0985a217bc7c007911295340c519d8cd7832f Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Mon, 1 Feb 2016 18:09:37 +0300 Subject: [PATCH] Fixed Wein test: Lev has fixed generator, road graph has been fixed, road is more optimal --- routing/routing_integration_tests/pedestrian_route_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp index eb244ef321..f53a9a3b3d 100644 --- a/routing/routing_integration_tests/pedestrian_route_test.cpp +++ b/routing/routing_integration_tests/pedestrian_route_test.cpp @@ -97,7 +97,7 @@ UNIT_TEST(AustriaWein_AvoidTrunk) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(48.233, 16.3562), {0., 0.}, - MercatorBounds::FromLatLon(48.2458, 16.3704), 2145.); + MercatorBounds::FromLatLon(48.2458, 16.3704), 2301.); } UNIT_TEST(FranceParis_AvoidBridleway)