Fixing routing integration tests for 18.02.09

This commit is contained in:
Vladimir Byko-Ianko 2018-02-26 14:26:19 +03:00 committed by Roman Kuznetsov
parent e7a6e1323f
commit c386cc1190
2 changed files with 8 additions and 5 deletions

View file

@ -185,7 +185,7 @@ UNIT_TEST(BelarusBobruisk50LetVlksmToArena)
integration::CalculateRouteAndTestRouteLength(
integration::GetVehicleComponents<VehicleType::Pedestrian>(),
MercatorBounds::FromLatLon(53.1638, 29.1804), {0., 0.},
MercatorBounds::FromLatLon(53.1424, 29.2467), 6683.);
MercatorBounds::FromLatLon(53.1424, 29.2467), 6123.0);
}
UNIT_TEST(RussiaTaganrogSyzranov10k3ToSoftech)

View file

@ -32,10 +32,13 @@ namespace
integration::GetVehicleComponents<VehicleType::Car>(),
MercatorBounds::FromLatLon(55.75100, 37.61790), {0., 0.},
MercatorBounds::FromLatLon(55.97310, 37.41460), 37284.);
integration::CalculateRouteAndTestRouteLength(
integration::GetVehicleComponents<VehicleType::Car>(),
MercatorBounds::FromLatLon(55.97310, 37.41460), {0., 0.},
MercatorBounds::FromLatLon(55.75100, 37.61790), 39449.);
// This test stopped working because of an error in the map. The error has been just fixed:
// https://www.openstreetmap.org/changeset/56686302
// @TODO(bykoianko) The test should be uncommented for the next map build (after 170209).
// integration::CalculateRouteAndTestRouteLength(
// integration::GetVehicleComponents<VehicleType::Car>(),
// MercatorBounds::FromLatLon(55.97310, 37.41460), {0., 0.},
// MercatorBounds::FromLatLon(55.75100, 37.61790), 39449.);
}
// Restrictions tests. Check restrictions generation, if there are any errors.