test for empty highway tag
This commit is contained in:
@@ -9,6 +9,7 @@ Feature: Bike - Accessability of different way types
|
||||
Given the speedprofile "bicycle"
|
||||
Then routability should be
|
||||
| highway | forw |
|
||||
| (nil) | |
|
||||
| motorway | |
|
||||
| motorway_link | |
|
||||
| trunk | |
|
||||
|
||||
@@ -7,6 +7,7 @@ Feature: Car - Accessability of different way types
|
||||
Scenario: Car - Basic access
|
||||
Then routability should be
|
||||
| highway | forw |
|
||||
| (nil) | |
|
||||
| motorway | x |
|
||||
| motorway_link | x |
|
||||
| trunk | x |
|
||||
|
||||
Reference in New Issue
Block a user