fix segmentation fault for via-routes with invalid intermediate segments

This commit is contained in:
Moritz Kobitzsch
2016-08-22 18:46:37 +02:00
parent 9f6859561c
commit 766e2713ab
3 changed files with 24 additions and 1 deletions
+17
View File
@@ -277,3 +277,20 @@ Feature: Via points
When I route I should get
| from | to | route |
| e | f | ebbdcf,ebbdcf |
@2798
Scenario: UTurns Enabled
Given the node map
| a | b | c | d | e |
And the query options
| continue_straight | false |
And the ways
| nodes | oneway |
| abc | yes |
| edc | yes |
When I route I should get
| waypoints | route |
| a,b,e | |