reduce number of end-of-road instructions in unnecessary cases

This commit is contained in:
Moritz Kobitzsch
2016-06-24 17:02:22 +02:00
committed by Patrick Niklaus
parent 8693e68271
commit 2a05b70dfc
5 changed files with 113 additions and 87 deletions
+3 -3
View File
@@ -525,9 +525,9 @@ Feature: Collapse
| cf | secondary | bottom |
When I route I should get
| waypoints | turns | route |
| a,d | depart,continue right,end of road right,arrive | road,road,road,road |
| d,a | depart,continue left,end of road left,arrive | road,road,road,road |
| waypoints | turns | route |
| a,d | depart,continue right,turn right,arrive | road,road,road,road |
| d,a | depart,continue left,turn left,arrive | road,road,road,road |
Scenario: Forking before a turn
Given the node map