cucumber: change syntax of node maps

This commit is contained in:
Emil Tin
2016-09-30 09:33:08 +02:00
committed by Moritz Kobitzsch
parent d47d03c15b
commit 7cbb1807e7
112 changed files with 3926 additions and 2564 deletions
+10 -8
View File
@@ -7,22 +7,24 @@ Feature: osrm-contract command line options: datasources
Given the profile "testbot"
Given the extract extra arguments "--generate-edge-lookup"
And the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
| ab |
And the speed file
"""
1,2,27
2,1,27
2,3,27
3,2,27
1,4,27
4,1,27
1,2,50
2,1,50
2,3,50
3,2,50
1,4,50
4,1,50
"""
And the data has been extracted
Scenario: osrm-contract - Passing base file
When I run "osrm-contract --segment-speed-file {speeds_file} {processed_file}"
Then datasource names should contain "lua profile,25_osrmcontract_passing_base_file_speeds"
Then datasource names should contain "lua profile,27_osrmcontract_passing_base_file_speeds"
And it should exit successfully
+3 -1
View File
@@ -3,7 +3,9 @@ Feature: osrm-contract command line options: files
Background:
Given the profile "testbot"
And the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
| ab |
+3 -1
View File
@@ -7,7 +7,9 @@ Feature: osrm-extract command line options: files
Background:
Given the profile "testbot"
And the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
| ab |
+3 -1
View File
@@ -15,7 +15,9 @@ Feature: osrm-routed command line options: files
Background:
Given the profile "testbot"
And the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
| ab |