From 2ea45c0c58bb2a217dda4614cf2efb621b379f66 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 21 Apr 2014 17:29:48 +0200 Subject: [PATCH] implement tests marked todo, implements #986 --- features/testbot/bad.feature | 2 +- features/testbot/protobuffer.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/testbot/bad.feature b/features/testbot/bad.feature index f28b07295..f0f3cfacc 100644 --- a/features/testbot/bad.feature +++ b/features/testbot/bad.feature @@ -12,7 +12,7 @@ Feature: Handle bad data in a graceful manner | nodes | When the data has been prepared - Then "osrm-extract" should return code 255 + Then "osrm-extract" should return code 1 Scenario: Only dead-end oneways Given the node map diff --git a/features/testbot/protobuffer.feature b/features/testbot/protobuffer.feature index 7d8329ad9..a77ff34a6 100644 --- a/features/testbot/protobuffer.feature +++ b/features/testbot/protobuffer.feature @@ -8,7 +8,7 @@ Feature: Importing protobuffer (.pbf) format Background: Given the profile "testbot" And the import format "pbf" - + Scenario: Testbot - Protobuffer import, nodes and ways Given the node map | | | | d | @@ -88,7 +88,7 @@ Feature: Importing protobuffer (.pbf) format | nodes | When the data has been prepared - Then "osrm-extract" should return code 255 + Then "osrm-extract" should return code 1 Scenario: Testbot - Protobuffer import, streetnames with UTF characters