Fixed Warsaw test: Lev has fixed generator, road graph has been fixed, road is more optimal

This commit is contained in:
Constantin Shalnev 2016-02-01 17:30:57 +03:00 committed by Sergey Yershov
parent 5e503e8de8
commit bab0b14adb

View file

@ -121,7 +121,7 @@ UNIT_TEST(PolandWarshaw_AvoidCycleway)
integration::CalculateRouteAndTestRouteLength(
integration::GetPedestrianComponents(),
MercatorBounds::FromLatLon(52.2487, 21.0173), {0., 0.},
MercatorBounds::FromLatLon(52.25, 21.0164), 372.);
MercatorBounds::FromLatLon(52.25, 21.0164), 182.);
}
UNIT_TEST(SwedenStockholmSlussenHiltonToMaritimeMuseum)