Address #1424 by using the original fix

This commit is contained in:
Daniel Patterson
2015-05-26 02:01:58 -07:00
committed by Patrick Niklaus
parent 4cab617c25
commit e763953562
2 changed files with 16 additions and 44 deletions
+1 -1
View File
@@ -97,6 +97,6 @@ Feature: Via points
| waypoints | route | distance | turns |
| 1,3 | ab | 200m +-1 | head,destination |
| 3,1 | ab,bc,cd,da,ab | 800m +-1 | head,right,right,right,right,destination |
| 1,2,3 | ab | 200m +-1 | head,destination |
| 1,2,3 | ab,ab | 200m +-1 | head,via,destination |
| 1,3,2 | ab,bc,cd,da,ab | 1100m +-1 | head,right,right,right,right,destination |
| 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 1600m +-1 | head,right,right,right,right,right,right,right,right,destination |