[routing] Fixed integration tests.

This commit is contained in:
VladiMihaylenko 2019-07-04 18:18:11 +03:00 committed by Vladimir Byko-Ianko
parent d855ef21ed
commit d96c2f10d7

View file

@ -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);