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
+4 -4
View File
@@ -3,13 +3,13 @@ Feature: Durations
Background:
Given the profile "testbot"
Scenario: Duration of ways
Given the node map
| a | b | | | | f |
| | | | e | | |
| | c | | | d | |
And the ways
| nodes | highway | duration |
| ab | primary | 0:01 |
@@ -23,9 +23,9 @@ Feature: Durations
| a | b | ab | 100m +-1 | 60s +-1 |
| b | c | bc | 200m +-1 | 600s +-1 |
| c | d | cd | 300m +-1 | 3600s +-1 |
| d | e | de | 144m +-2 | 36000s +-1 |
| d | e | de | 141m +-2 | 36000s +-1 |
| e | f | ef | 224m +-2 | 3723s +-1 |
@todo
Scenario: Partial duration of ways
Given the node map