From 9d203a3f0a64fb2dc740224e519e65b61d4763b1 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 29 Oct 2018 09:54:42 +0300 Subject: [PATCH] ParisCrossDestinationInForwardHeapCase test fix. --- routing/routing_integration_tests/route_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routing/routing_integration_tests/route_test.cpp b/routing/routing_integration_tests/route_test.cpp index d1bdd07e5b..ff280e180b 100644 --- a/routing/routing_integration_tests/route_test.cpp +++ b/routing/routing_integration_tests/route_test.cpp @@ -280,12 +280,12 @@ namespace integration::CalculateRouteAndTestRouteLength( integration::GetVehicleComponents(), MercatorBounds::FromLatLon(49.85015, 2.24296), {0., 0.}, - MercatorBounds::FromLatLon(48.85860, 2.34784), 126000.); + MercatorBounds::FromLatLon(48.85458, 2.36291), 127162.0); // And backward case integration::CalculateRouteAndTestRouteLength( integration::GetVehicleComponents(), - MercatorBounds::FromLatLon(48.85860, 2.34784), {0., 0.}, - MercatorBounds::FromLatLon(49.85015, 2.24296), 126000.); + MercatorBounds::FromLatLon(48.85458, 2.36291), {0., 0.}, + MercatorBounds::FromLatLon(49.85015, 2.24296), 137009.0); } UNIT_TEST(RussiaSmolenskRussiaMoscowTimeTest)