This commit is contained in:
Emil Tin
2014-08-12 10:02:29 +02:00
parent 181dbe8493
commit a5ee7e78f6
6 changed files with 19 additions and 15 deletions
+13 -1
View File
@@ -155,4 +155,16 @@ Feature: Testbot - Mode flag
When I route I should get
| waypoints | route | modes |
| a,0,d | ab,bc,cd | 1,3,1 |
| d,0,a | cd,bc,ab | 1,4,1 |
| d,0,a | cd,bc,ab | 1,4,1 |
Scenario: Testbot - Modes when starting on opposite oneway
Given the node map
| a | b |
And the ways
| nodes | highway | oneway |
| ab | river | -1 |
When I route I should get
| from | to | route | modes |
| b | a | ab | 4 |