Skip to content

Commit

Permalink
Adds access=permissive routability scenarios, see #3435.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h authored and TheMarex committed Feb 7, 2017
1 parent 6bae265 commit efb9dfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion features/car/access.feature
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ Feature: Car - Restricted access
| highway | toll | bothw |
| primary | yes | |


Scenario: Car - directional access tags
Then routability should be
| highway | access | access:forward | access:backward | forw | backw |
Expand Down Expand Up @@ -264,3 +263,10 @@ Feature: Car - Restricted access
| steps | no | | |
| primary | | x | x |

Scenario: Car - Access combinations
Then routability should be
| highway | access | bothw |
| primary | permissive | x |
| steps | permissive | |
| footway | permissive | x |
| garbagetag | permissive | x |

0 comments on commit efb9dfd

Please sign in to comment.