From 6484fed1907a37b621397496e5f960abaf7233f4 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Fri, 5 May 2017 08:43:51 +0200 Subject: [PATCH] Remove generate-edge-lookup argument in feature tests --- features/car/traffic_turn_penalties.feature | 1 - features/car/weight.feature | 1 - .../options/contract/edge-weight-updates-over-factor.feature | 4 ++-- features/testbot/matching.feature | 1 - features/testbot/traffic_speeds.feature | 1 - features/testbot/traffic_turn_penalties.feature | 1 - features/testbot/weight.feature | 1 - 7 files changed, 2 insertions(+), 8 deletions(-) diff --git a/features/car/traffic_turn_penalties.feature b/features/car/traffic_turn_penalties.feature index 21644a2ea..8a1bf774d 100644 --- a/features/car/traffic_turn_penalties.feature +++ b/features/car/traffic_turn_penalties.feature @@ -48,7 +48,6 @@ Feature: Traffic - turn penalties | mn | primary | | mp | primary | And the profile "car" - And the extract extra arguments "--generate-edge-lookup" Scenario: Weighting not based on turn penalty file When I route I should get diff --git a/features/car/weight.feature b/features/car/weight.feature index 64b5e891b..b303b8943 100644 --- a/features/car/weight.feature +++ b/features/car/weight.feature @@ -51,7 +51,6 @@ Feature: Car - weights | cd | primary | yes | | be | service | yes | | ec | service | yes | - And the extract extra arguments "--generate-edge-lookup" And the contract extra arguments "--segment-speed-file {speeds_file}" And the customize extra arguments "--segment-speed-file {speeds_file}" And the speed file diff --git a/features/options/contract/edge-weight-updates-over-factor.feature b/features/options/contract/edge-weight-updates-over-factor.feature index e503527bf..9c529ea18 100644 --- a/features/options/contract/edge-weight-updates-over-factor.feature +++ b/features/options/contract/edge-weight-updates-over-factor.feature @@ -20,7 +20,7 @@ Feature: osrm-contract command line option: edge-weight-updates-over-factor And the data has been saved to disk Scenario: Logging weight with updates over factor of 2, long segment - When I run "osrm-extract --profile {profile_file} {osm_file} --generate-edge-lookup" + When I run "osrm-extract --profile {profile_file} {osm_file}" When I run "osrm-contract --edge-weight-updates-over-factor 2 --segment-speed-file {speeds_file} {processed_file}" Then stderr should not contain "Speed values were used to update 2 segment(s)" And stderr should contain "Segment: 1,2" @@ -44,6 +44,6 @@ Feature: osrm-contract command line option: edge-weight-updates-over-factor """ And the data has been saved to disk - When I run "osrm-extract --profile {profile_file} {osm_file} --generate-edge-lookup" + When I run "osrm-extract --profile {profile_file} {osm_file}" When I run "osrm-contract --edge-weight-updates-over-factor 2 --segment-speed-file {speeds_file} {processed_file}" Then stderr should contain "Speed values were used to update 2 segments for 'steps' profile" diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index 16df04017..44cea5e99 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -4,7 +4,6 @@ Feature: Basic Map Matching Background: Given the profile "testbot" Given a grid size of 10 meters - Given the extract extra arguments "--generate-edge-lookup" Given the query options | geometries | geojson | diff --git a/features/testbot/traffic_speeds.feature b/features/testbot/traffic_speeds.feature index 26cb51742..d24089a6f 100644 --- a/features/testbot/traffic_speeds.feature +++ b/features/testbot/traffic_speeds.feature @@ -22,7 +22,6 @@ Feature: Traffic - speeds | df | primary | | fb | primary | And the profile "testbot" - And the extract extra arguments "--generate-edge-lookup" Scenario: Weighting based on speed file diff --git a/features/testbot/traffic_turn_penalties.feature b/features/testbot/traffic_turn_penalties.feature index f8654b649..9d3c45412 100644 --- a/features/testbot/traffic_turn_penalties.feature +++ b/features/testbot/traffic_turn_penalties.feature @@ -31,7 +31,6 @@ Feature: Traffic - turn penalties applied to turn onto which a phantom node snap | dg | primary | And the profile "testbot" # Since testbot doesn't have turn penalties, a penalty from file of 0 should produce a neutral effect - And the extract extra arguments "--generate-edge-lookup" Scenario: Weighting based on turn penalty file, with an extreme negative value -- clamps and does not fail Given the turn penalty file diff --git a/features/testbot/weight.feature b/features/testbot/weight.feature index 561b549ac..17367f38f 100644 --- a/features/testbot/weight.feature +++ b/features/testbot/weight.feature @@ -4,7 +4,6 @@ Feature: Weight tests Background: Given the profile "testbot" Given a grid size of 10 meters - Given the extract extra arguments "--generate-edge-lookup" Given the query options | geometries | geojson |