[tests][routing] Add a comment to the controversial UK_Canterbury_AvoidDismount bicycle test
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
a07a6d2d57
commit
0f4b3eadd4
1 changed files with 2 additions and 0 deletions
|
@ -463,6 +463,8 @@ UNIT_TEST(UK_ForbidGates_WithoutAccess)
|
|||
|
||||
UNIT_TEST(UK_Canterbury_AvoidDismount)
|
||||
{
|
||||
/// @todo(pastk): the case is controversial, a user emailed "All cyclists in our town use this particular footway"
|
||||
/// but we don't know if cyclists dismount there or just cycle through (ignoring the UK rules).
|
||||
// A shortcut via a footway is 305 meters, ETAs are similar, but cyclists prefer to ride!
|
||||
// Check the London_GreenwichTunnel case for when dismounting is reasonable as the detour is way too long.
|
||||
CalculateRouteAndTestRouteLength(GetVehicleComponents(VehicleType::Bicycle),
|
||||
|
|
Reference in a new issue