update cucumber test to work with lua profiles

This commit is contained in:
Emil Tin
2012-09-19 18:35:45 +02:00
parent 75cd287ab0
commit 74cc50f52b
15 changed files with 596 additions and 107 deletions
-14
View File
@@ -78,20 +78,6 @@ Feature: Oneway streets
| motorway_link | | -1 | | x |
| trunk_link | | -1 | | x |
| primary | roundabout | -1 | | x |
Scenario: Disabling oneways in speedprofile
Given the speedprofile "car"
And the speedprofile settings
| obeyOneways | no |
Then routability should be
| highway | junction | oneway | forw | backw |
| primary | | yes | x | x |
| primary | | true | x | x |
| primary | | 1 | x | x |
| primary | | -1 | x | x |
| motorway_link | | | x | x |
| trunk_link | | | x | x |
| primary | roundabout | | x | x |
@bicycle
Scenario: Oneway:bicycle should override normal oneways tags