Make max-cell-sizes parameter a comma-separated list

This commit is contained in:
Michael Krasnyk
2017-03-28 16:56:22 +02:00
committed by Patrick Niklaus
parent ebd938a8fc
commit dac929f8df
3 changed files with 60 additions and 26 deletions
@@ -18,3 +18,9 @@ Feature: osrm-partition command line options: invalid options
And stderr should contain "option"
And stderr should contain "fly-me-to-the-moon"
And it should exit with an error
Scenario: osrm-partition - Check non-descending order
When I try to run "osrm-partition --max-cell-sizes 4,64,16 fly-me-to-the-moon.osrm"
Then stdout should be empty
And stderr should contain "must be sorted in non-descending order"
And it should exit with an error