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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-07-31 13:29:17 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:33 +0300
commit2f1d252f98d5222cbb6ce6c5d8f2581ede68afb4 (patch)
tree4bd80c4b0cc7a8a9f1a3f7853843adb5d0d0ab58 /integration_tests
parent3eccb05de392191ecb7e904386081811d6b4e5f3 (diff)
Fixed tests: we don't go over railway platforms yet
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/pedestrian_route_test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/integration_tests/pedestrian_route_test.cpp b/integration_tests/pedestrian_route_test.cpp
index a2240702a8..ac64c903cc 100644
--- a/integration_tests/pedestrian_route_test.cpp
+++ b/integration_tests/pedestrian_route_test.cpp
@@ -499,11 +499,3 @@ UNIT_TEST(MoscowVodnyStadiumHighwayPlatform)
MercatorBounds::FromLatLon(55.83955, 37.48692), {0., 0.},
MercatorBounds::FromLatLon(55.84061, 37.48636), 136.115);
}
-
-UNIT_TEST(MoscowLeningradskyVokzalRailwayPlatform)
-{
- integration::CalculateRouteAndTestRouteLength(
- integration::GetPedestrianComponents(),
- MercatorBounds::FromLatLon(55.78163, 37.65144), {0., 0.},
- MercatorBounds::FromLatLon(55.777, 37.65479), 581.594);
-}