From e767219847d640a197ab29ceba36a2ea0977ed61 Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Thu, 24 Mar 2016 12:13:08 +0300 Subject: [PATCH] Routing integration tests new data adjusting. --- routing/routing_integration_tests/osrm_route_test.cpp | 2 +- routing/routing_integration_tests/pedestrian_route_test.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/routing/routing_integration_tests/osrm_route_test.cpp b/routing/routing_integration_tests/osrm_route_test.cpp index 79af58b8d1..285b1a6d9b 100644 --- a/routing/routing_integration_tests/osrm_route_test.cpp +++ b/routing/routing_integration_tests/osrm_route_test.cpp @@ -156,7 +156,7 @@ namespace integration::CalculateRouteAndTestRouteLength( integration::GetOsrmComponents(), MercatorBounds::FromLatLon(51.09276, 1.11369), {0., 0.}, - MercatorBounds::FromLatLon(50.93220, 1.82690), 60498.); + MercatorBounds::FromLatLon(50.93227, 1.82725), 60498.); } // Strange map edits in Africa borders. Routing not linked now. diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp index f53a9a3b3d..87b0515f40 100644 --- a/routing/routing_integration_tests/pedestrian_route_test.cpp +++ b/routing/routing_integration_tests/pedestrian_route_test.cpp @@ -137,7 +137,7 @@ UNIT_TEST(SwedenStockholmSlussenHiltonToAfChapmanHostel) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(59.32045, 18.06928), {0., 0.}, - MercatorBounds::FromLatLon(59.3254, 18.08022), 2155.); + MercatorBounds::FromLatLon(59.3254, 18.08022), 2410.); } UNIT_TEST(EstoniaTallinnRadissonHiltonToCatherdalChurch) @@ -209,7 +209,7 @@ UNIT_TEST(RussiaTaganrogSyzranov10k3ToLazo5k2) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(47.2183, 38.8634), {0., 0.}, - MercatorBounds::FromLatLon(47.2584, 38.9128), 8520.); + MercatorBounds::FromLatLon(47.2584, 38.9128), 9200.); } UNIT_TEST(RussiaTaganrogJukova2ToBolBulvarnaya8) @@ -225,7 +225,7 @@ UNIT_TEST(RussiaTaganrogCheckhova267k2ToKotlostroy33) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(47.2198, 38.8906), {0., 0.}, - MercatorBounds::FromLatLon(47.2459, 38.8937), 3798.); + MercatorBounds::FromLatLon(47.2459, 38.8937), 3485.); } UNIT_TEST(RussiaTaganrogCheckhova267k2ToBolBulvarnaya8)