From 6c3fcf83bba9d0d2a360fdfe198ab930df396e56 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 5 Sep 2019 11:43:27 +0300 Subject: [PATCH] [routing] Fixing routing integration tests after map update to 190830. --- routing/routing_integration_tests/route_test.cpp | 2 +- routing/routing_integration_tests/turn_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/routing_integration_tests/route_test.cpp b/routing/routing_integration_tests/route_test.cpp index 179340cd4d..31b4033d1b 100644 --- a/routing/routing_integration_tests/route_test.cpp +++ b/routing/routing_integration_tests/route_test.cpp @@ -203,7 +203,7 @@ namespace integration::CalculateRouteAndTestRouteLength( integration::GetVehicleComponents(VehicleType::Car), MercatorBounds::FromLatLon(51.09276, 1.11369), {0., 0.}, - MercatorBounds::FromLatLon(50.93227, 1.82725), 72153.8); + MercatorBounds::FromLatLon(50.93227, 1.82725), 64755.6); } UNIT_TEST(RussiaMoscowStartAtTwowayFeatureTest) diff --git a/routing/routing_integration_tests/turn_test.cpp b/routing/routing_integration_tests/turn_test.cpp index 93cd11fd49..116fd808d8 100644 --- a/routing/routing_integration_tests/turn_test.cpp +++ b/routing/routing_integration_tests/turn_test.cpp @@ -381,7 +381,7 @@ UNIT_TEST(ThailandPhuketNearPrabarameeRoad) TEST_EQUAL(result, RouterResultCode::NoError, ()); integration::TestTurnCount(route, 1 /* expectedTurnCount */); - integration::GetNthTurn(route, 0).TestValid().TestDirection(CarDirection::ExitHighwayToLeft); + integration::GetNthTurn(route, 0).TestValid().TestDirection(CarDirection::TurnSlightLeft); } // Test case: a route goes in Moscow from Varshavskoe shosse (from the city center direction)