Adapt snapping test to viaroute behaviour

This commit is contained in:
Patrick Niklaus
2015-12-10 17:37:41 +01:00
parent 4ddbd2efb6
commit 9bdc58069b
2 changed files with 37 additions and 17 deletions
+6 -3
View File
@@ -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