Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarbrek committed Jul 12, 2024
1 parent 063dc20 commit fe02369
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions features/car/access.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| secondary | yes | | x |
| secondary | yes | no @ 2002 Jan 7 - 2002 Feb 8 | x |
| secondary | yes | no @ 2002 Jan 07 - 2002 Feb 08 | x |
| secondary | yes | no @ 2090 Jan 7 - 2100 Feb 8 | x |
| secondary | yes | no @ 2020 Jan 7 - 2050 Feb 8 | |
| secondary | yes | no @ 2020 Jan 07 - 2050 Feb 08 | |
| secondary | yes | no @ (2020 Jan 7 - 2050 Feb 8) | |
| secondary | yes | no @ foo - bar | x |
| secondary | yes | foo | x |

0 comments on commit fe02369

Please sign in to comment.