Fix impossible route status message

This commit is contained in:
Patrick Niklaus
2015-11-18 22:21:50 +01:00
parent 61f015eef6
commit 6dada4e347
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ Feature: Status messages
| from | to | route | status | message |
| a | b | ab | 0 | Found route between points |
| c | d | cd | 0 | Found route between points |
| a | c | | 207 | Cannot find route between points |
| b | d | | 207 | Cannot find route between points |
| a | c | | 207 | Impossible route between points. |
| b | d | | 207 | Impossible route between points. |
Scenario: Malformed requests
Given the node locations