Add a few test cases

This commit is contained in:
Ivar Masvie Brekkå 2024-07-09 16:31:13 +02:00
parent 7bd6e87e7b
commit 063dc2015f

View File

@ -305,3 +305,13 @@ Feature: Car - Restricted access
| primary | psv | | | primary | psv | |
| primary | no | | | primary | no | |
| primary | customers | x | | primary | customers | x |
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 |