Add implied oneway cucumber tests for mini roundabouts

This commit is contained in:
Daniel J. Hofmann
2016-05-31 14:01:05 +02:00
parent a85f39c140
commit bd707b0cfc
3 changed files with 29 additions and 20 deletions
+8 -7
View File
@@ -17,13 +17,14 @@ Feature: Car - Oneway streets
Scenario: Car - Implied oneways
Then routability should be
| highway | junction | forw | backw |
| motorway | | x | |
| motorway_link | | x | |
| primary | | x | x |
| motorway | roundabout | x | |
| motorway_link | roundabout | x | |
| primary | roundabout | x | |
| highway | junction | forw | backw |
| motorway | | x | |
| motorway_link | | x | |
| primary | | x | x |
| motorway | roundabout | x | |
| motorway_link | roundabout | x | |
| primary | roundabout | x | |
| mini_roundabout | | x | |
Scenario: Car - Overrule implied oneway
Then routability should be