Fix broken uturns test
This commit is contained in:
parent
eaf9993dd9
commit
95787255a1
@ -78,16 +78,16 @@ Feature: U-turns at via points
|
|||||||
| uturns | true |
|
| uturns | true |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes |
|
| nodes | oneway |
|
||||||
| ab |
|
| ab | no |
|
||||||
| bc |
|
| bc | no |
|
||||||
| cd |
|
| cd | no |
|
||||||
| be |
|
| be | yes |
|
||||||
| dg |
|
| dg | no |
|
||||||
| ef |
|
| ef | no |
|
||||||
| fg |
|
| fg | no |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route |
|
| waypoints | route |
|
||||||
| 1,2,3,4,5 | ab,be,be,be,bc,bc,bc,be,ef,fg,dg,dg,dg,cd,cd |
|
| 1,2,3,4,5 | ab,be,be,be,ef,fg,dg,cd,bc,bc,bc,cd,dg,dg,dg,cd,cd |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user