forked from organicmaps/organicmaps
[routing] Fixed integration tests.
This commit is contained in:
parent
d855ef21ed
commit
d96c2f10d7
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ UNIT_TEST(London_DeptfordBridgeToCyprus)
|
|||
integration::CheckSubwayExistence(*routeResult.first);
|
||||
}
|
||||
|
||||
UNIT_TEST(Vashington_FoggyToShaw)
|
||||
UNIT_TEST(Washington_FoggyToShaw)
|
||||
{
|
||||
TRouteResult routeResult =
|
||||
integration::CalculateRoute(integration::GetVehicleComponents(VehicleType::Transit),
|
||||
|
@ -139,7 +139,7 @@ UNIT_TEST(Vashington_FoggyToShaw)
|
|||
|
||||
TEST_EQUAL(routeResult.second, RouterResultCode::NoError, ());
|
||||
|
||||
integration::TestRouteLength(*routeResult.first, 6318.54);
|
||||
integration::TestRouteLength(*routeResult.first, 6180.54);
|
||||
|
||||
CHECK(routeResult.first, ());
|
||||
integration::CheckSubwayExistence(*routeResult.first);
|
||||
|
|
Loading…
Add table
Reference in a new issue