handle startpoint in bicycle profile, add tests

This commit is contained in:
Emil Tin
2017-07-06 13:57:07 +02:00
committed by Patrick Niklaus
parent 54ceb05420
commit 0bfbe5ad16
6 changed files with 193 additions and 32 deletions
+3 -3
View File
@@ -64,6 +64,6 @@ Feature: Bike - Handle ferry routes
| abcd | | ferry | yes | 1:00 |
When I route I should get
| from | to | route | time |
| a | d | abcd,abcd | 3600s |
| d | a | abcd,abcd | 3600s |
| from | to | route | time |
| a | d | abcd,abcd | 3600s +-5 |
| d | a | abcd,abcd | 3600s +-5 |