From 2f1d252f98d5222cbb6ce6c5d8f2581ede68afb4 Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Fri, 31 Jul 2015 13:29:17 +0300 Subject: [PATCH] Fixed tests: we don't go over railway platforms yet --- integration_tests/pedestrian_route_test.cpp | 8 -------- 1 file changed, 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); -}