Fix tests

This commit is contained in:
Ivar Masvie Brekkå 2024-07-12 10:09:34 +02:00
parent 063dc2015f
commit 323e58467b

View File

@ -308,10 +308,13 @@ Feature: Car - Restricted access
Scenario: Car - Conditional restrictions
Then routability should be
| highway | motor_vehicle:conditional | bothw |
| primary | | x |
| primary | no @ 2002 Jan 7 - 2002 Feb 8 | |
| primary | no @ 2002 Jan 07 - 2002 Feb 08 | |
| primary | no @ 2020 Jan 7 - 2050 Feb 8 | x |
| primary | no @ foo - bar | x |
| primary | foo | x |
| highway | motor_vehicle | motor_vehicle:conditional | bothw |
| primary | yes | | x |
| primary | yes | no @ 2002 Jan 7 - 2002 Feb 8 | x |
| primary | yes | no @ 2002 Jan 07 - 2002 Feb 08 | x |
| primary | yes | no @ 2090 Jan 7 - 2100 Feb 8 | x |
| primary | yes | no @ 2020 Jan 7 - 2050 Feb 8 | |
| primary | yes | no @ 2020 Jan 07 - 2050 Feb 08 | |
| primary | yes | no @ (2020 Jan 7 - 2050 Feb 8) | |
| primary | yes | no @ foo - bar | x |
| primary | yes | foo | x |