forked from organicmaps/organicmaps
[Routing tests] Updated FinshRouteOnSomeDistanceToTheFinishPointTest
This commit is contained in:
parent
628fc9cd8e
commit
04e2eea992
1 changed files with 2 additions and 2 deletions
|
@ -141,9 +141,9 @@ UNIT_TEST(FinshRouteOnSomeDistanceToTheFinishPointTest)
|
|||
// Finish tolerance value for cars is greater then for other vehicle types.
|
||||
// The iterator for other types should be moved closer to the finish point.
|
||||
if (vehicleType == VehicleType::Car)
|
||||
route.MoveIterator(GetGps(1.0, 2.99956));
|
||||
route.MoveIterator(GetGps(1.0, 2.99986));
|
||||
else
|
||||
route.MoveIterator(GetGps(1.0, 2.99983));
|
||||
route.MoveIterator(GetGps(1.0, 2.99989));
|
||||
|
||||
TEST(route.IsSubroutePassed(0), ());
|
||||
TEST_LESS(route.GetCurrentDistanceToEndMeters(), distToFinish, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue