fixed u-turn testcase to actually emit u-turn instruction
This commit is contained in:
parent
b8e29f5ae3
commit
8a745ecdfd
@ -43,7 +43,7 @@ Feature: U-turns at via points
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route |
|
| waypoints | route |
|
||||||
| a,e,c | ab,be,be,bc |
|
| a,e,c | ab,be,be,be,bc |
|
||||||
|
|
||||||
@todo
|
@todo
|
||||||
Scenario: Instructions at via points at u-turns
|
Scenario: Instructions at via points at u-turns
|
||||||
@ -89,5 +89,5 @@ Feature: U-turns at via points
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route |
|
| waypoints | route |
|
||||||
| 1,2,3,4,5 | ab,be,be,bc,bc,cd,dg,dg,cd |
|
| 1,2,3,4,5 | ab,be,be,be,bc,bc,cd,dg,dg,dg,cd |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user