Enable toll roads by default again.
Currently we don't route over the Golden Gate bridge by default. This sets the value to false by default. To test the behavior for tolls when ignored, we would need issue #2781 implemented.
This commit is contained in:
@@ -156,9 +156,15 @@ Feature: Car - Restricted access
|
||||
| primary | yes | x |
|
||||
| primary | no | x |
|
||||
|
||||
Scenario: Car - these toll roads always work
|
||||
Then routability should be
|
||||
| highway | toll | bothw |
|
||||
| primary | no | x |
|
||||
| primary | snowmobile | x |
|
||||
|
||||
# To test this we need issue #2781
|
||||
@todo
|
||||
Scenario: Car - only toll=yes ways are ignored by default
|
||||
Then routability should be
|
||||
| highway | toll | bothw |
|
||||
| primary | yes | |
|
||||
| primary | no | x |
|
||||
| primary | snowmobile | x |
|
||||
|
||||
Reference in New Issue
Block a user