car: add tests oneway:<mode> tags
This commit is contained in:
parent
97c0a74c04
commit
11ee632cfe
@ -15,6 +15,22 @@ Feature: Car - Oneway streets
|
|||||||
| highway | oneway | forw | backw |
|
| highway | oneway | forw | backw |
|
||||||
| primary | -1 | | x |
|
| primary | -1 | | x |
|
||||||
|
|
||||||
|
Scenario: Car - Mode specific oneway
|
||||||
|
Then routability should be
|
||||||
|
| highway | oneway:motorcar | oneway:motor_vehicle | oneway:vehicle | oneway | forw | backw |
|
||||||
|
| primary | | | | | x | x |
|
||||||
|
| primary | yes | | | | x | |
|
||||||
|
| primary | | yes | | | x | |
|
||||||
|
| primary | | | yes | | x | |
|
||||||
|
| primary | | | | yes | x | |
|
||||||
|
| primary | yes | no | | | x | |
|
||||||
|
| primary | | yes | no | | x | |
|
||||||
|
| primary | | | yes | no | x | |
|
||||||
|
| primary | | | | yes | x | |
|
||||||
|
| primary | no | yes | | | x | x |
|
||||||
|
| primary | | no | yes | | x | x |
|
||||||
|
| primary | | | no | yes | x | x |
|
||||||
|
|
||||||
Scenario: Car - Implied oneways
|
Scenario: Car - Implied oneways
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | junction | forw | backw | # |
|
| highway | junction | forw | backw | # |
|
||||||
|
Loading…
Reference in New Issue
Block a user