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-09-27 14:28:49 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2018-09-28 11:54:01 +0300
commit3030ca0da4088f8d33e388f3ffba0c90fe16833c (patch)
tree11cc9a9ccc3f9cc23d7c55b79f38fe8cdf195d68
parent6262a8786ee531cf674dae1a479dd2ac77be8892 (diff)
Routing integration tests fixing.
-rw-r--r--routing/routing_integration_tests/route_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing_integration_tests/route_test.cpp b/routing/routing_integration_tests/route_test.cpp
index 90cf7cf070..4ddaaf2209 100644
--- a/routing/routing_integration_tests/route_test.cpp
+++ b/routing/routing_integration_tests/route_test.cpp
@@ -315,7 +315,7 @@ namespace
CHECK(routeResult.first, ());
Route const & route = *routeResult.first;
- integration::TestRouteTime(route, 16203.6);
+ integration::TestRouteTime(route, 15250.8);
}
UNIT_TEST(RussiaMoscowLenigradskiy39GeroevPanfilovtsev22TimeTest)
@@ -329,7 +329,7 @@ namespace
CHECK(routeResult.first, ());
Route const & route = *routeResult.first;
- integration::TestRouteTime(route, 1000.0);
+ integration::TestRouteTime(route, 1059.2);
}
UNIT_TEST(RussiaMoscowLenigradskiy39GeroevPanfilovtsev22SubrouteTest)