Add missing arrival instruction. This test was incorrect.
This commit is contained in:
parent
5a71acbe3c
commit
2f702f61a4
@ -18,7 +18,7 @@ Feature: Basic Routing
|
||||
|
||||
When I route I should get
|
||||
| from | to | route |
|
||||
| a | e | abc,dce |
|
||||
| a | e | abc,dce,dce |
|
||||
|
||||
Scenario: Turn instructions on compressed road network geometry
|
||||
Given the node map
|
||||
@ -37,4 +37,4 @@ Feature: Basic Routing
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | turns |
|
||||
| x | y | first,compr,last | depart,straight,straight,arrive |
|
||||
| x | y | first,compr,last,last | depart,right,left,arrive |
|
||||
|
Loading…
Reference in New Issue
Block a user