Fixed tests: we don't go over railway platforms yet

This commit is contained in:
Constantin Shalnev 2015-07-31 13:29:17 +03:00 committed by Alex Zolotarev
parent 3eccb05de3
commit 2f1d252f98

View file

@ -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);
}