From 11df411da7968c7d9040e94a30189f672e3139ba Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 15 May 2017 12:56:28 +0000 Subject: [PATCH] Fix weight value for alley --- features/bicycle/alley.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/bicycle/alley.feature b/features/bicycle/alley.feature index 3cfa5b265..3d3e9fbfc 100644 --- a/features/bicycle/alley.feature +++ b/features/bicycle/alley.feature @@ -29,7 +29,7 @@ Feature: Bicycle - Route around alleys When I route I should get | from | to | a:nodes | weight | # | - | a | f | 1:2:3:6 | 192 | Avoids d,e,f | - | a | e | 1:2:5 | 168 | Take the alley b,e if neccessary | - | d | f | 4:1:2:3:6 | 240 | Avoids the alley d,e,f | + | a | f | 1:2:3:6 | 200.4 | Avoids d,e,f | + | a | e | 1:2:5 | 176.4 | Take the alley b,e if neccessary | + | d | f | 4:1:2:3:6 | 252.6 | Avoids the alley d,e,f |