implementing option tests marked @todo

This commit is contained in:
Dennis Luxen
2014-04-21 17:20:15 +02:00
parent 61d2a99dd4
commit c978364f49
8 changed files with 49 additions and 52 deletions
+3 -4
View File
@@ -3,11 +3,10 @@ Feature: osrm-prepare command line options: invalid options
Background:
Given the profile "testbot"
@todo
Scenario: osrm-prepare - Non-existing option
When I run "osrm-prepare --fly-me-to-the-moon"
Then stdout should be empty
And stderr should contain "exception"
And stderr should contain "Exception"
And stderr should contain "fly-me-to-the-moon"
And it should exit with code 1
And it should exit with code 1