forked from organicmaps/organicmaps
[routing] Fixing routing integration tests after taking into account altitude for pedestrian and bicycle routing.
This commit is contained in:
parent
02ceb62db5
commit
9bac7a72db
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ UNIT_TEST(NetherlandsAmsterdamBicycleYes)
|
|||
Route const & route = *routeResult.first;
|
||||
RouterResultCode const result = routeResult.second;
|
||||
TEST_EQUAL(result, RouterResultCode::NoError, ());
|
||||
TEST(base::AlmostEqualAbs(route.GetTotalTimeSec(), 268.3, 1.0), (route.GetTotalTimeSec()));
|
||||
TEST(base::AlmostEqualAbs(route.GetTotalTimeSec(), 293.4, 1.0), (route.GetTotalTimeSec()));
|
||||
}
|
||||
|
||||
// This test on tag cycleway=opposite for a streets which have oneway=yes.
|
||||
|
|
Loading…
Add table
Reference in a new issue