Adapt snapping test to viaroute behaviour
This commit is contained in:
@@ -16,7 +16,8 @@ Feature: osrm-extract command line options: help
|
||||
And stdout should contain "--profile"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--generate-edge-lookup"
|
||||
And stdout should contain 16 lines
|
||||
And stdout should contain "--small-component-size"
|
||||
And stdout should contain 20 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-extract - Help, short
|
||||
@@ -31,7 +32,8 @@ Feature: osrm-extract command line options: help
|
||||
And stdout should contain "--profile"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--generate-edge-lookup"
|
||||
And stdout should contain 16 lines
|
||||
And stdout should contain "--small-component-size"
|
||||
And stdout should contain 20 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-extract - Help, long
|
||||
@@ -46,5 +48,6 @@ Feature: osrm-extract command line options: help
|
||||
And stdout should contain "--profile"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--generate-edge-lookup"
|
||||
And stdout should contain 16 lines
|
||||
And stdout should contain "--small-component-size"
|
||||
And stdout should contain 20 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Reference in New Issue
Block a user