forked from organicmaps/organicmaps
[routing] Fixing routing integration tests.
This commit is contained in:
parent
86b2f13de3
commit
c90fcc0731
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ UNIT_TEST(SmallRoutes_JustNoError)
|
|||
integration::CalculateRoute(integration::GetVehicleComponents(type),
|
||||
MercatorBounds::FromLatLon(start), {0., 0.},
|
||||
MercatorBounds::FromLatLon(finish));
|
||||
TEST_EQUAL(result.second, RouterResultCode::NoError, ());
|
||||
TEST_EQUAL(result.second, RouterResultCode::NoError,
|
||||
(std::get<0>(route), std::get<1>(route), std::get<2>(route)));
|
||||
}
|
||||
|
||||
number = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue