From 72629d008123ae35c254e78ad09fa205188f8207 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 18 Nov 2015 11:48:28 -0500 Subject: [PATCH] Fix test cases for level cache command-line option. --- features/options/prepare/help.feature | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/features/options/prepare/help.feature b/features/options/prepare/help.feature index 896892cda..8d74c89d0 100644 --- a/features/options/prepare/help.feature +++ b/features/options/prepare/help.feature @@ -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