[routing] Fixing routing integration tests after map update to 190830.

This commit is contained in:
Vladimir Byko-Ianko 2019-09-05 11:43:27 +03:00 committed by gmoryes
parent 7a98544454
commit 6c3fcf83bb
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)