From bab0b14adb092650fe49341df4dd1e14c74a9da6 Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Mon, 1 Feb 2016 17:30:57 +0300 Subject: [PATCH] Fixed Warsaw 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 1bc651761d..eb244ef321 100644 --- a/routing/routing_integration_tests/pedestrian_route_test.cpp +++ b/routing/routing_integration_tests/pedestrian_route_test.cpp @@ -121,7 +121,7 @@ UNIT_TEST(PolandWarshaw_AvoidCycleway) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(52.2487, 21.0173), {0., 0.}, - MercatorBounds::FromLatLon(52.25, 21.0164), 372.); + MercatorBounds::FromLatLon(52.25, 21.0164), 182.); } UNIT_TEST(SwedenStockholmSlussenHiltonToMaritimeMuseum)