Add missing arrival instruction. This test was incorrect.

This commit is contained in:
Daniel Patterson 2016-03-31 17:23:35 -07:00 committed by Patrick Niklaus
parent 5a71acbe3c
commit 2f702f61a4

View File

@ -17,8 +17,8 @@ Feature: Basic Routing
| dce | | dce |
When I route I should get When I route I should get
| from | to | route | | from | to | route |
| a | e | abc,dce | | a | e | abc,dce,dce |
Scenario: Turn instructions on compressed road network geometry Scenario: Turn instructions on compressed road network geometry
Given the node map Given the node map
@ -36,5 +36,5 @@ Feature: Basic Routing
| fy | last | | fy | last |
When I route I should get When I route I should get
| from | to | route | turns | | from | to | route | turns |
| x | y | first,compr,last | depart,straight,straight,arrive | | x | y | first,compr,last,last | depart,right,left,arrive |