Fixing routing integration tests for map 18.10.19

This commit is contained in:
Vladimir Byko-Ianko 2018-10-29 11:17:42 +03:00 committed by Maksim Andrianov
parent 9d203a3f0a
commit 82fa45660c
2 changed files with 3 additions and 3 deletions

View file

@ -300,7 +300,7 @@ namespace
CHECK(routeResult.first, ());
Route const & route = *routeResult.first;
integration::TestRouteTime(route, 15001.2);
integration::TestRouteTime(route, 15246.6);
}
UNIT_TEST(RussiaMoscowLenigradskiy39GeroevPanfilovtsev22TimeTest)

View file

@ -372,7 +372,7 @@ UNIT_TEST(BelarusMKADShosseinai)
// Test case: a route goes straight along a big road when joined small road.
// An end user shall not be informed about such manoeuvres.
// But at the and of the route an end user shall be informed about junction of two big roads.
// But at the end of the route an end user shall be informed about junction of two big roads.
UNIT_TEST(ThailandPhuketNearPrabarameeRoad)
{
TRouteResult const routeResult =
@ -385,7 +385,7 @@ UNIT_TEST(ThailandPhuketNearPrabarameeRoad)
TEST_EQUAL(result, RouterResultCode::NoError, ());
integration::TestTurnCount(route, 1 /* expectedTurnCount */);
integration::GetNthTurn(route, 0).TestValid().TestDirection(CarDirection::GoStraight);
integration::GetNthTurn(route, 0).TestValid().TestDirection(CarDirection::ExitHighwayToLeft);
}
// Test case: a route goes in Moscow from Varshavskoe shosse (from the city center direction)