Fixing origin (0,0) tests

This commit is contained in:
DennisOSRM
2012-10-05 15:25:12 +02:00
parent 3f039f59de
commit 6eab47d768
2 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ Feature: Routing close to the [0,0] origin
When I route I should get
| from | to | route | distance |
| b | d | abcde | 200m +-1 |
| b | d | abcde | 200m +-2 |
| d | b | | |
Scenario: North-south oneways crossing the origin
@@ -71,5 +71,5 @@ Feature: Routing close to the [0,0] origin
When I route I should get
| from | to | route | distance |
| b | d | abcde | 200m +-1 |
| b | d | abcde | 200m +-2 |
| d | b | | |