diff --git a/features/bicycle/surface.feature b/features/bicycle/surface.feature index c0d68d9a5..e1062d092 100644 --- a/features/bicycle/surface.feature +++ b/features/bicycle/surface.feature @@ -9,9 +9,9 @@ Feature: Bike - Surfaces | highway | surface | bothw | | cycleway | | 48 s | | cycleway | asphalt | 47.9 s | - | cycleway | chipseal | 47.9 s | - | cycleway | concrete | 47.9 s | - | cycleway | concrete_lanes | 47.9 s | + | cycleway | chipseal | 48 s | + | cycleway | concrete | 48 s | + | cycleway | concrete_lanes | 48 s | | cycleway | cobblestone:flattened | 72 s | | cycleway | paving_stones | 72 s | | cycleway | wood | 72 s | @@ -19,24 +19,24 @@ Feature: Bike - Surfaces | cycleway | fine_gravel | 72 s | | cycleway | ground | 72 s | | cycleway | dirt | 90 s | - | cycleway | cobblestone | 102 s | + | cycleway | cobblestone | 102.9 s | | cycleway | gravel | 120 s | - | cycleway | pebblestone | 120.1 s | - | cycleway | dirt | 120.1 s | + | cycleway | pebblestone | 120 s | + | cycleway | dirt | 90 s | | cycleway | earth | 120 s | | cycleway | grass | 120 s | | cycleway | mud | 240 s | | cycleway | sand | 240 s | - | cycleway | sett | 72 s | + | cycleway | sett | 80 s | Scenario: Bicycle - Good surfaces on small paths Then routability should be | highway | surface | bothw | | cycleway | | 48 s | - | path | | 55 s | + | path | | 55.3 s | | track | | 60 s | | track | asphalt | 60 s | - | path | asphalt | 55 s | + | path | asphalt | 55.4 s | Scenario: Bicycle - Surfaces should not make unknown ways routable Then routability should be