Fix tests for new option --max_locations_distance_table

This commit is contained in:
Frédéric Rodrigo 2014-12-23 15:33:53 +01:00 committed by Frederic Rodrigo
parent e2605c2838
commit 7075a8a8ef

View File

@ -25,7 +25,8 @@ Feature: osrm-routed command line options: help
And stdout should contain "--port" And stdout should contain "--port"
And stdout should contain "--threads" And stdout should contain "--threads"
And stdout should contain "--sharedmemory" And stdout should contain "--sharedmemory"
And stdout should contain 22 lines And stdout should contain "--max_locations_distance_table"
And stdout should contain 25 lines
And it should exit with code 0 And it should exit with code 0
Scenario: osrm-routed - Help, short Scenario: osrm-routed - Help, short
@ -49,7 +50,8 @@ Feature: osrm-routed command line options: help
And stdout should contain "--port" And stdout should contain "--port"
And stdout should contain "--threads" And stdout should contain "--threads"
And stdout should contain "--sharedmemory" And stdout should contain "--sharedmemory"
And stdout should contain 22 lines And stdout should contain "--max_locations_distance_table"
And stdout should contain 25 lines
And it should exit with code 0 And it should exit with code 0
Scenario: osrm-routed - Help, long Scenario: osrm-routed - Help, long
@ -73,5 +75,6 @@ Feature: osrm-routed command line options: help
And stdout should contain "--port" And stdout should contain "--port"
And stdout should contain "--threads" And stdout should contain "--threads"
And stdout should contain "--sharedmemory" And stdout should contain "--sharedmemory"
And stdout should contain 22 lines And stdout should contain "--max_locations_distance_table"
And stdout should contain 25 lines
And it should exit with code 0 And it should exit with code 0