Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-02-01 15:34:40 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-19 20:26:27 +0300
commitfdd3b844c8e620c27cfc3bc77932e894ad2c6e05 (patch)
tree4cb1c55676727d8b30728096aeeec5baef4eb436 /routing
parent5fd8d66fcd6f6ab65eee262190bbfb7e2cdb0b16 (diff)
Fixing BelarusMinskRenaissanceHotelUndergroundCross tests by changing start point.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_integration_tests/pedestrian_route_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp
index 570feb862e..96191f3eea 100644
--- a/routing/routing_integration_tests/pedestrian_route_test.cpp
+++ b/routing/routing_integration_tests/pedestrian_route_test.cpp
@@ -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;