partially fixes #1034

This commit is contained in:
Dennis Luxen 2014-05-26 11:59:13 +02:00
parent d999a47600
commit 15ce232f61

View File

@ -73,9 +73,9 @@ Feature: Via points
| waypoints | route | distance | turns | | waypoints | route | distance | turns |
| 1,3 | ab,bc,cd | 400m +-1 | head,straight,straight,destination | | 1,3 | ab,bc,cd | 400m +-1 | head,straight,straight,destination |
| 3,1 | cd,de,ef,fa,ab | 1000m +-1 | head,right,right,right,right,destination | | 3,1 | cd,de,ef,fa,ab | 1000m +-1 | head,right,right,right,right,destination |
| 1,2,3 | ab,bc,cd | 400m +-1 | head,destination | | 1,2,3 | ab,bc,cd | 400m +-1 | head,straight,straight,destination |
| 1,3,2 | ab,bc,cd,da,ab | 1600m +-1 | head,straight,straight,right,right,right,right,straight,destination | | 1,3,2 | ab,bc,cd,de,ef,fa,ab,bc | 1600m +-1 | head,straight,straight,right,right,right,right,straight,destination |
| 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 2400m +-1 | head,right,right,right,right,straight,straight,right,right,right,right,destination | | 3,2,1 | cd,de,ef,fa,ab,bc,cd,de,ef,fa,ab | 2400m +-1 | head,right,right,right,right,straight,straight,right,right,right,right,destination |
@bug @bug
Scenario: Via points on ring on the same oneway Scenario: Via points on ring on the same oneway