only consider allowed entries when continuing on motorways

This commit is contained in:
Moritz Kobitzsch
2017-07-12 10:45:50 +02:00
committed by Patrick Niklaus
parent 54530a14e9
commit 30b8225812
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -278,6 +278,6 @@ Feature: Motorway Guidance
| cd | | US 50; I 66 | motorway | yes |
When I route I should get
| waypoints | route | turns |
| a,d | , | depart,turn slight left,arrive |
| b,d | , | depart,arrive |
| waypoints | route | turns |
| a,d | , | depart,arrive |
| b,d | , | depart,arrive |