Adapt test cases to output of way points

- waypoints are now announced in the route guidance
- implements #584
This commit is contained in:
Dennis Luxen
2014-08-12 09:27:17 +02:00
parent d54a55c12b
commit 5add28410f
3 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -73,6 +73,6 @@ Feature: Avoid weird loops caused by rounding errors
| cf | secondary |
When I route I should get
| waypoints | route | turns |
| a,2,d | ab,be,ef,cf,cd | head,left,right,right,left,destination |
| a,1,d | ab,be,ef,cf,cd | head,left,right,right,left,destination |
| waypoints | route | turns |
| a,2,d | ab,be,ef,ef,cf,cd | head,left,right,via,right,left,destination |
| a,1,d | ab,be,ef,ef,cf,cd | head,left,right,via,right,left,destination |