From 1e566acf7d072d231d53523e6a84538cf639646d Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Tue, 2 Jun 2015 17:27:06 +0300 Subject: [PATCH] CapeTown integration test fix --- integration_tests/osrm_route_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/osrm_route_test.cpp b/integration_tests/osrm_route_test.cpp index 62b33e7718..7fc451421e 100644 --- a/integration_tests/osrm_route_test.cpp +++ b/integration_tests/osrm_route_test.cpp @@ -48,8 +48,8 @@ namespace { //@todo put down a correct route length when router is fixed integration::CalculateRouteAndTestRouteLength( - integration::GetAllMaps(), {37.537543510152318, 67.536217686389165}, {0., 0.}, - {18.542688617866236, -36.095015335418523}, 1000.); + integration::GetAllMaps(), {37.53754, 67.53622}, {0., 0.}, + {18.54269, -36.09501}, 17873000.); } UNIT_TEST(ArbatBaliCrimeanForwardCrossMwmTest)