fixing tests for enhanced coordinate preceision

This commit is contained in:
Dennis Luxen
2013-08-05 19:00:09 +02:00
parent 23899613c3
commit 4f5d7f79bd
4 changed files with 27 additions and 27 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
@routing @testbot @opposite
Feature: Separate settings for forward/backward direction
Background:
Given the profile "testbot"
Scenario: Testbot - Going against the flow
Given the node map
| a | b | c | d |
And the ways
| nodes | highway |
| abcd | river |
When I route I should get
| from | to | route | distance | time |
| a | d | abcd | 300 +- 1m | 30s |
| a | d | abcd | 300 +- 1m | 31s |
| d | a | abcd | 300 +- 1m | 68s |