Update foot features to reflect not cutting off arrive instruction

This commit is contained in:
Lauren Budorick
2016-03-31 16:45:03 -07:00
parent 5de8f57549
commit d3dea9439a
5 changed files with 99 additions and 99 deletions
+12 -12
View File
@@ -17,15 +17,15 @@ Feature: Foot - Handle ferry routes
| efg | primary | | |
When I route I should get
| from | to | route | modes |
| a | g | abc,cde,efg | walking,ferry,walking |
| b | f | abc,cde,efg | walking,ferry,walking |
| e | c | cde | ferry |
| e | b | cde,abc | ferry,walking |
| e | a | cde,abc | ferry,walking |
| c | e | cde | ferry |
| c | f | cde,efg | ferry,walking |
| c | g | cde,efg | ferry,walking |
| from | to | route | modes |
| a | g | abc,cde,efg,efg | walking,ferry,walking,walking |
| b | f | abc,cde,efg,efg | walking,ferry,walking,walking |
| e | c | cde,cde | ferry,ferry |
| e | b | cde,abc,abc | ferry,walking,walking |
| e | a | cde,abc,abc | ferry,walking,walking |
| c | e | cde,cde | ferry,ferry |
| c | f | cde,efg,efg | ferry,walking,walking |
| c | g | cde,efg,efg | ferry,walking,walking |
Scenario: Foot - Ferry duration, single node
Given the node map
@@ -58,6 +58,6 @@ Feature: Foot - Handle ferry routes
| abcd | | ferry | yes | 1:00 |
When I route I should get
| from | to | route | time |
| a | d | abcd | 3600s +-10 |
| d | a | abcd | 3600s +-10 |
| from | to | route | time |
| a | d | abcd,abcd | 3600s +-10 |
| d | a | abcd,abcd | 3600s +-10 |