Fixing RussiaHugeRoundaboutTurnTest integration test and TestFixupTurns routing unit test after changing with keeping exit number in LeaveRoundAbout turn.
This commit is contained in:
parent
d9083cef3f
commit
06103fe580
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ UNIT_TEST(RussiaHugeRoundaboutTurnTest)
|
|||
integration::GetNthTurn(route, 1)
|
||||
.TestValid()
|
||||
.TestDirection(TurnDirection::LeaveRoundAbout)
|
||||
.TestRoundAboutExitNum(0);
|
||||
.TestRoundAboutExitNum(4);
|
||||
}
|
||||
|
||||
UNIT_TEST(BelarusMiskProspNezavisimostiMKADTurnTest)
|
||||
|
|
|
@ -138,7 +138,7 @@ UNIT_TEST(TestFixupTurns)
|
|||
|
||||
FixupTurns(pointsMerc1, turnsDir1);
|
||||
Route::TTurns const expectedTurnDir1 = {{0, TurnDirection::EnterRoundAbout, 2},
|
||||
{2, TurnDirection::LeaveRoundAbout},
|
||||
{2, TurnDirection::LeaveRoundAbout, 2},
|
||||
{3, TurnDirection::ReachedYourDestination}};
|
||||
TEST_EQUAL(turnsDir1, expectedTurnDir1, ());
|
||||
|
||||
|
|
Reference in a new issue