implement tests marked todo, implements #986

This commit is contained in:
Dennis Luxen 2014-04-21 17:29:48 +02:00
parent 8a412ef69e
commit ec372ad01d
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Feature: Handle bad data in a graceful manner
| nodes | | nodes |
When the data has been prepared 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 Scenario: Only dead-end oneways
Given the node map Given the node map

View File

@ -8,7 +8,7 @@ Feature: Importing protobuffer (.pbf) format
Background: Background:
Given the profile "testbot" Given the profile "testbot"
And the import format "pbf" And the import format "pbf"
Scenario: Testbot - Protobuffer import, nodes and ways Scenario: Testbot - Protobuffer import, nodes and ways
Given the node map Given the node map
| | | | d | | | | | d |
@ -88,7 +88,7 @@ Feature: Importing protobuffer (.pbf) format
| nodes | | nodes |
When the data has been prepared 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 Scenario: Testbot - Protobuffer import, streetnames with UTF characters