forked from organicmaps/organicmaps
Routing integration tests fixing.
This commit is contained in:
parent
6262a8786e
commit
3030ca0da4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue