fix cucumber tests and issues
This commit is contained in:
committed by
Patrick Niklaus
parent
e60ebee3f2
commit
ef1fb08723
@@ -14,8 +14,8 @@ Feature: Temporary tests related to osrm-datastore
|
||||
|
||||
When I route I should get
|
||||
| from | to | route |
|
||||
| a | b | ab |
|
||||
| b | a | ab |
|
||||
| a | b | ab,ab |
|
||||
| b | a | ab,ab |
|
||||
|
||||
Scenario: Scenaria xy
|
||||
Given the node map
|
||||
@@ -27,5 +27,5 @@ Feature: Temporary tests related to osrm-datastore
|
||||
|
||||
When I route I should get
|
||||
| from | to | route |
|
||||
| x | y | xy |
|
||||
| y | x | xy |
|
||||
| x | y | xy,xy |
|
||||
| y | x | xy,xy |
|
||||
|
||||
Reference in New Issue
Block a user