Fix test cases for level cache command-line option.

This commit is contained in:
Daniel Patterson
2015-11-18 11:48:28 -05:00
parent d7989f19cf
commit 72629d0081
+6 -3
View File
@@ -16,7 +16,8 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain 15 lines
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And it should exit with code 1
Scenario: osrm-prepare - Help, short
@@ -31,7 +32,8 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain 15 lines
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And it should exit with code 0
Scenario: osrm-prepare - Help, long
@@ -46,5 +48,6 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain 15 lines
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And it should exit with code 0