fix a few restrictions tests
This commit is contained in:
parent
4ac5440a4a
commit
551af0e45a
@ -218,8 +218,8 @@ Feature: Bike - Turn restrictions
|
|||||||
| type | way:from | way:to | node:via | restriction | except |
|
| type | way:from | way:to | node:via | restriction | except |
|
||||||
| restriction | sj | aj | j | no_left_turn | bicycle |
|
| restriction | sj | aj | j | no_left_turn | bicycle |
|
||||||
| restriction | sj | bj | j | no_left_turn | |
|
| restriction | sj | bj | j | no_left_turn | |
|
||||||
| restriction | sj | cj | j | no_right_turn | bicycle |
|
| restriction | sj | cj | j | no_right_turn | |
|
||||||
| restriction | sj | dj | j | no_right_turn | |
|
| restriction | sj | dj | j | no_right_turn | bicycle |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
|
@ -218,8 +218,8 @@ Feature: Car - Turn restrictions
|
|||||||
| type | way:from | way:to | node:via | restriction | except |
|
| type | way:from | way:to | node:via | restriction | except |
|
||||||
| restriction | sj | aj | j | no_left_turn | motorcar |
|
| restriction | sj | aj | j | no_left_turn | motorcar |
|
||||||
| restriction | sj | bj | j | no_left_turn | |
|
| restriction | sj | bj | j | no_left_turn | |
|
||||||
| restriction | sj | cj | j | no_right_turn | motorcar |
|
| restriction | sj | cj | j | no_right_turn | |
|
||||||
| restriction | sj | dj | j | no_right_turn | |
|
| restriction | sj | dj | j | no_right_turn | motorcar |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
|
Loading…
Reference in New Issue
Block a user