forked from organicmaps/organicmaps
Fixing BelarusMinskRenaissanceHotelUndergroundCross tests by changing start point.
This commit is contained in:
parent
5fd8d66fcd
commit
fdd3b844c8
1 changed files with 1 additions and 2 deletions
|
@ -428,12 +428,11 @@ UNIT_TEST(RussiaMoscowHydroprojectBridgeCrossing)
|
|||
TEST_EQUAL(t[2].m_pedestrianTurn, PedestrianDirection::ReachedYourDestination, ());
|
||||
}
|
||||
|
||||
// Fails to generate "Downstairs" direction.
|
||||
UNIT_TEST(BelarusMinskRenaissanceHotelUndergroundCross)
|
||||
{
|
||||
TRouteResult const routeResult =
|
||||
integration::CalculateRoute(integration::GetVehicleComponents<VehicleType::Pedestrian>(),
|
||||
MercatorBounds::FromLatLon(53.89302, 27.52792), {0., 0.},
|
||||
MercatorBounds::FromLatLon(53.89296, 27.52775), {0., 0.},
|
||||
MercatorBounds::FromLatLon(53.89262, 27.52838));
|
||||
|
||||
Route const & route = *routeResult.first;
|
||||
|
|
Loading…
Add table
Reference in a new issue