fix problems with mode, 1 failing test left

This commit is contained in:
Emil Tin
2014-08-13 11:28:41 +02:00
parent 4dd0377eb8
commit 3460bd0ba9
4 changed files with 30 additions and 10 deletions
+4 -4
View File
@@ -160,8 +160,8 @@ Feature: Bike - Mode flag
When I route I should get
| from | to | route | modes |
| a | b | ab | 2 |
| b | a | | |
| a | b | ab | 1 |
| b | a | ab | 2 |
Scenario: Bicycle - Modes when starting on reverse oneway
Given the node map
@@ -173,5 +173,5 @@ Feature: Bike - Mode flag
When I route I should get
| from | to | route | modes |
| a | b | | |
| b | a | ab | 2 |
| a | b | ab | 2 |
| b | a | ab | 1 |