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>2020-09-28 18:17:41 +0300
committermpimenov <mpimenov@users.noreply.github.com>2020-10-21 17:29:58 +0300
commit67ada9dc58146ef70b7d7b0aa94bcae77357fff6 (patch)
treef64a0eee9a8164cf8c6d8d0274b72129832fabe6 /routing
parent109e18ef70d207aa77b5ecf517ea818c857c6cb5 (diff)
[routing] Routing integration test fix: Transit_Moscow_NoSubwayTest.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_integration_tests/transit_route_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_integration_tests/transit_route_test.cpp b/routing/routing_integration_tests/transit_route_test.cpp
index 158483231b..f407f68cd9 100644
--- a/routing/routing_integration_tests/transit_route_test.cpp
+++ b/routing/routing_integration_tests/transit_route_test.cpp
@@ -44,7 +44,7 @@ UNIT_TEST(Transit_Moscow_NoSubwayTest)
mercator::FromLatLon(55.73470, 37.62617));
TEST_EQUAL(routeResult.second, RouterResultCode::NoError, ());
- integration::TestRouteLength(*routeResult.first, 588.9);
+ integration::TestRouteLength(*routeResult.first, 612.7);
CHECK(routeResult.first, ());
integration::CheckSubwayAbsent(*routeResult.first);