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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-02-26 14:26:19 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-02-26 15:59:48 +0300
commitc386cc1190c061ee70206f053494260eb93c4197 (patch)
treee4a1699501a6f58d8d68b9ee8618c860566d488c /routing
parente7a6e1323fca6f6f8a7e822371f8e893a2f6d884 (diff)
Fixing routing integration tests for 18.02.09
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_integration_tests/pedestrian_route_test.cpp2
-rw-r--r--routing/routing_integration_tests/route_test.cpp11
2 files changed, 8 insertions, 5 deletions
diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp
index 96191f3eea..7666e1fa27 100644
--- a/routing/routing_integration_tests/pedestrian_route_test.cpp
+++ b/routing/routing_integration_tests/pedestrian_route_test.cpp
@@ -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)
diff --git a/routing/routing_integration_tests/route_test.cpp b/routing/routing_integration_tests/route_test.cpp
index 837de39f66..43b2e3b12f 100644
--- a/routing/routing_integration_tests/route_test.cpp
+++ b/routing/routing_integration_tests/route_test.cpp
@@ -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.