[routing][tests] Added "agricultural" roads test.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-08-05 22:12:39 -03:00
committed by Konstantin Pastbin
parent 4117cca562
commit 8d61c7447b

View File

@@ -890,4 +890,11 @@ UNIT_TEST(Norway_FauxOneway_MotorVehicleBackward_No)
{0., 0.}, FromLatLon(59.921042, 10.759302), 210); {0., 0.}, FromLatLon(59.921042, 10.759302), 210);
} }
// https://github.com/organicmaps/organicmaps/issues/9620
UNIT_TEST(Germany_Avoid_Agricultural)
{
CalculateRouteAndTestRouteLength(GetVehicleComponents(VehicleType::Car), FromLatLon(47.6584463, 11.038139), {0., 0.},
FromLatLon(47.6580109, 11.0432625), 1096.11);
}
} // namespace route_test } // namespace route_test