more tests passing

This commit is contained in:
Emil Tin
2014-08-12 14:18:02 +02:00
parent a5ee7e78f6
commit 235a52032a
8 changed files with 125 additions and 72 deletions
+15 -1
View File
@@ -157,7 +157,20 @@ Feature: Testbot - Mode flag
| a,0,d | ab,bc,cd | 1,3,1 |
| d,0,a | cd,bc,ab | 1,4,1 |
Scenario: Testbot - Modes when starting on opposite oneway
Scenario: Testbot - Modes when starting on forward oneway
Given the node map
| a | b |
And the ways
| nodes | highway | oneway |
| ab | river | yes |
When I route I should get
| from | to | route | modes |
| a | b | ab | 3 |
| b | a | | |
Scenario: Testbot - Modes when starting on reverse oneway
Given the node map
| a | b |
@@ -167,4 +180,5 @@ Feature: Testbot - Mode flag
When I route I should get
| from | to | route | modes |
| a | b | | |
| b | a | ab | 4 |