adjust rasterbot test to check split_edges flag

This commit is contained in:
Michael Krasnyk 2017-03-29 13:06:50 +02:00
parent dbc6535221
commit e39dc3c464

View File

@ -2,10 +2,10 @@
Feature: osrm-extract with a profile containing raster source Feature: osrm-extract with a profile containing raster source
Scenario: osrm-extract on a valid profile Scenario: osrm-extract on a valid profile
Given the profile "rasterbot" Given the profile "rasterbot"
And the node map And the node locations
""" | node | lat | lon |
a b | a | 0.1 | 0.1 |
""" | b | 0.05 | 0.1 |
And the ways And the ways
| nodes | | nodes |
| ab | | ab |
@ -20,4 +20,6 @@ Feature: osrm-extract with a profile containing raster source
And the data has been saved to disk And the data has been saved to disk
When I run "osrm-extract {osm_file} -p {profile_file}" When I run "osrm-extract {osm_file} -p {profile_file}"
Then stdout should contain "source loader" Then stdout should contain "source loader"
Then stdout should contain "slope: 0.089906793627046"
Then stdout should contain "slope: 0.089906793627046"
And it should exit successfully And it should exit successfully