Add missing arrival instructions

This commit is contained in:
Lauren Budorick
2016-03-31 17:23:12 -07:00
committed by Patrick Niklaus
parent ca3e8ef09e
commit 5a71acbe3c
4 changed files with 134 additions and 134 deletions
+3 -3
View File
@@ -13,6 +13,6 @@ Feature: Separate settings for forward/backward direction
| abcd | river |
When I route I should get
| from | to | route | distance | speed |
| a | d | abcd | 300 +- 1m | 36 km/h |
| d | a | abcd | 300 +- 1m | 16 km/h +- 1 |
| from | to | route | distance | speed |
| a | d | abcd,abcd | 300 +- 1m | 36 km/h |
| d | a | abcd,abcd | 300 +- 1m | 16 km/h +- 1 |