add tests for bridleways

This commit is contained in:
karenzshea 2016-11-18 16:35:48 -05:00 committed by Moritz Kobitzsch
parent 08b7270f5c
commit 9fe0e91d92
2 changed files with 16 additions and 0 deletions

View File

@ -174,3 +174,11 @@ Feature: Bike - Access tags on ways
| cycleway | | no | | x | | cycleway | | no | | x |
| runway | | | yes | | | runway | | | yes | |
| cycleway | | | no | x | | cycleway | | | no | x |
Scenario: Bike - Bridleways when access is explicit
Then routability should be
| highway | horse | foot | bicycle | bothw |
| bridleway | | | yes | x |
| bridleway | | yes | | x |
| bridleway | designated | | | |
| bridleway | | | | |

View File

@ -95,3 +95,11 @@ Feature: Foot - Access tags on ways
| footway | | no | | x | | footway | | no | | x |
| motorway | | | yes | | | motorway | | | yes | |
| footway | | | no | x | | footway | | | no | x |
Scenario: Foot - Bridleways when access is explicit
Then routability should be
| highway | horse | bicycle | foot | bothw |
| bridleway | | | yes | x |
| bridleway | | yes | | |
| bridleway | designated | | | |
| bridleway | | | | |