Skip to content

Commit 98659fb

Browse files
committed
Adds failing tests for directional access overrides, discovered in #3345
1 parent 8a1afe4 commit 98659fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

features/car/access.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,15 @@ Feature: Car - Restricted access
220220
Then routability should be
221221
| highway | toll | bothw |
222222
| primary | yes | |
223+
224+
Scenario: Car - directional access tags
225+
Then routability should be
226+
| highway | access | access:forward | access:backward | forw | backw |
227+
| primary | yes | yes | yes | x | x |
228+
| primary | yes | | no | x | |
229+
| primary | yes | no | | | x |
230+
| primary | yes | no | no | | |
231+
| primary | no | no | no | | |
232+
| primary | no | | yes | | x |
233+
| primary | no | yes | | x | |
234+
| primary | no | yes | yes | x | x |

0 commit comments

Comments
 (0)