reduce failing test

This commit is contained in:
Emil Tin
2014-08-13 15:21:16 +02:00
parent 8e625a5d07
commit bfdc296f43
2 changed files with 118 additions and 6 deletions
+9 -6
View File
@@ -184,16 +184,19 @@ Feature: Testbot - Mode flag
| b | a | ab | 4 |
Scenario: Testbot - Starting at a tricky node
Given a grid size of 1 meters
Given the node map
| b | c | | | |
| | | | e | d |
| a | 1 | | | |
| | 2 | b | | c |
| | 3 | | | |
And the ways
| nodes | highway |
| ab | river |
| bc | primary |
| ce | river |
| ed | primary |
When I route I should get
| from | to | route | modes |
| e | b | ce,bc | 4,1 |
| from | to | route | modes |
| 1 | a | ab | 4 |
| 2 | a | ab | 4 |
| 3 | a | ab | 4 |