From 9bac7a72dba9198c5f363a40aa24043ffa3c54d4 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 23 Jan 2019 17:19:06 +0300 Subject: [PATCH] [routing] Fixing routing integration tests after taking into account altitude for pedestrian and bicycle routing. --- routing/routing_integration_tests/bicycle_route_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_integration_tests/bicycle_route_test.cpp b/routing/routing_integration_tests/bicycle_route_test.cpp index a9bfb4ac9f..9d33d443f6 100644 --- a/routing/routing_integration_tests/bicycle_route_test.cpp +++ b/routing/routing_integration_tests/bicycle_route_test.cpp @@ -64,7 +64,7 @@ UNIT_TEST(NetherlandsAmsterdamBicycleYes) Route const & route = *routeResult.first; RouterResultCode const result = routeResult.second; TEST_EQUAL(result, RouterResultCode::NoError, ()); - TEST(base::AlmostEqualAbs(route.GetTotalTimeSec(), 268.3, 1.0), (route.GetTotalTimeSec())); + TEST(base::AlmostEqualAbs(route.GetTotalTimeSec(), 293.4, 1.0), (route.GetTotalTimeSec())); } // This test on tag cycleway=opposite for a streets which have oneway=yes.