forked from organicmaps/organicmaps
Integration tests constant fixes.
This commit is contained in:
parent
82f3d1894c
commit
771f800733
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ namespace
|
|||
UNIT_TEST(StrangeCaseInAfrica)
|
||||
{
|
||||
integration::CalculateRouteAndTestRouteLength(
|
||||
integration::GetOsrmComponents(), MercatorBounds::FromLatLon(19.207890000000002573, 30.506630000000001246), {0., 0.},
|
||||
MercatorBounds::FromLatLon(19.172889999999998878, 30.473150000000000404), 7250.);
|
||||
integration::GetOsrmComponents(), MercatorBounds::FromLatLon(19.20789, 30.50663), {0., 0.},
|
||||
MercatorBounds::FromLatLon(19.17289, 30.47315), 9186.);
|
||||
}
|
||||
|
||||
UNIT_TEST(MoscowShortRoadUnpacking)
|
||||
|
|
|
@ -156,7 +156,7 @@ UNIT_TEST(RussiaMoscowPlanetnaiTurnTest)
|
|||
integration::TestTurnCount(route, 1);
|
||||
integration::GetNthTurn(route, 0).TestValid().TestDirection(TurnDirection::TurnLeft);
|
||||
|
||||
integration::TestRouteLength(route, 214.);
|
||||
integration::TestRouteLength(route, 217.);
|
||||
}
|
||||
|
||||
UNIT_TEST(RussiaMoscowNoTurnsOnMKADTurnTest)
|
||||
|
|
Loading…
Add table
Reference in a new issue