From fe6dfca440f3b98a25b0a36faf57a4a69f3aae3c Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 24 Jan 2018 13:35:56 +0300 Subject: [PATCH] routing_integration_test ThailandPhuketNearPrabarameeRoad fix. --- routing/routing_integration_tests/turn_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routing/routing_integration_tests/turn_test.cpp b/routing/routing_integration_tests/turn_test.cpp index f5b6f12f98..193b6f5dec 100644 --- a/routing/routing_integration_tests/turn_test.cpp +++ b/routing/routing_integration_tests/turn_test.cpp @@ -374,7 +374,6 @@ UNIT_TEST(BelarusMKADShosseinai) integration::TestTurnCount(route, 0 /* expectedTurnCount */); } -// Fails: unneeded TurnSlightRight generated. // Test case: a route goes straight along a unnamed big road when joined small road. // An end user shall not be informed about such manoeuvres. UNIT_TEST(ThailandPhuketNearPrabarameeRoad) @@ -382,7 +381,7 @@ UNIT_TEST(ThailandPhuketNearPrabarameeRoad) TRouteResult const routeResult = integration::CalculateRoute(integration::GetVehicleComponents(), MercatorBounds::FromLatLon(7.91797, 98.36937), {0., 0.}, - MercatorBounds::FromLatLon(7.90724, 98.36785)); + MercatorBounds::FromLatLon(7.90724, 98.3679)); Route const & route = *routeResult.first; IRouter::ResultCode const result = routeResult.second;