test for empty highway tag

This commit is contained in:
Emil Tin
2012-10-05 15:39:23 +02:00
parent 7400e60599
commit b95596d6b7
3 changed files with 37 additions and 38 deletions
+1
View File
@@ -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 | |
+1
View File
@@ -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 |