fix tests to resemble the fixed duration calculation

This commit is contained in:
Dennis Luxen
2014-01-21 16:11:51 +01:00
parent 2855b94aa8
commit f684fa9a7b
2 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -14,5 +14,5 @@ Feature: Separate settings for forward/backward direction
When I route I should get
| from | to | route | distance | time |
| a | d | abcd | 300 +- 1m | 31s |
| d | a | abcd | 300 +- 1m | 68s |
| a | d | abcd | 300 +- 1m | 30s |
| d | a | abcd | 300 +- 1m | 67s |