fix parameter name for maximum number of location in distance table plugin
This commit is contained in:
@@ -24,9 +24,9 @@ Feature: osrm-routed command line options: help
|
||||
And stdout should contain "--ip"
|
||||
And stdout should contain "--port"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--sharedmemory"
|
||||
And stdout should contain "--max_locations_distance_table"
|
||||
And stdout should contain 25 lines
|
||||
And stdout should contain "--shared-memory"
|
||||
And stdout should contain "--max-table-size"
|
||||
And stdout should contain 24 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-routed - Help, short
|
||||
@@ -49,9 +49,9 @@ Feature: osrm-routed command line options: help
|
||||
And stdout should contain "--ip"
|
||||
And stdout should contain "--port"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--sharedmemory"
|
||||
And stdout should contain "--max_locations_distance_table"
|
||||
And stdout should contain 25 lines
|
||||
And stdout should contain "--shared-memory"
|
||||
And stdout should contain "--max-table-size"
|
||||
And stdout should contain 24 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Scenario: osrm-routed - Help, long
|
||||
@@ -74,7 +74,7 @@ Feature: osrm-routed command line options: help
|
||||
And stdout should contain "--ip"
|
||||
And stdout should contain "--port"
|
||||
And stdout should contain "--threads"
|
||||
And stdout should contain "--sharedmemory"
|
||||
And stdout should contain "--max_locations_distance_table"
|
||||
And stdout should contain 25 lines
|
||||
And stdout should contain "--shared-memory"
|
||||
And stdout should contain "--max-table-size"
|
||||
And stdout should contain 24 lines
|
||||
And it should exit with code 0
|
||||
|
||||
Reference in New Issue
Block a user