Use rate rounding up to tenth in routability tests

This commit is contained in:
Michael Krasnyk
2017-06-30 14:20:31 +02:00
committed by Patrick Niklaus
parent 359ab2b56e
commit b28077a437
5 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ Feature: Car - speeds
Then routability should be
| highway | side_road | forw | backw | forw_rate | backw_rate |
| primary | yes | 64 km/h | 64 km/h | 14 | 14 |
| primary | yes | 64 km/h | 64 km/h | 14.4 | 14.4 |