table tests: use empty string to mean no route

This commit is contained in:
Emil Tin
2015-01-03 11:12:27 +01:00
parent 24943ccee6
commit a0b55f9df3
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ Feature: Basic Distance Matrix
| e | 200 | 100 | 0 | 100 |
| f | 300 | 200 | 100 | 0 |
@todo
@x
Scenario: Testbot - Travel time matrix of network with unroutable parts
Given the node map
| a | b |
@@ -82,7 +82,7 @@ Feature: Basic Distance Matrix
When I request a travel time matrix I should get
| | a | b |
| a | 0 | 100 |
| b | -1 | 0 |
| b | | 0 |
Scenario: Testbot - Travel time matrix of network with oneways
Given the node map