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
+15 -7
View File
@@ -8,7 +8,9 @@ Feature: Basic Routing
@smallest
Scenario: Checking
Given the node map
| a | b | 1 | c | d | e |
"""
a b 1 c d e
"""
And the ways
| nodes |
@@ -28,8 +30,10 @@ Feature: Basic Routing
@smallest
Scenario: Check handling empty values
Given the node map
| a | b | | c | | d | f |
| | | | | | e | |
"""
a b c d f
e
"""
And the ways
| nodes | name |
@@ -46,7 +50,9 @@ Feature: Basic Routing
@smallest @todo
Scenario: Summaries when routing on a simple network
Given the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
@@ -60,9 +66,11 @@ Feature: Basic Routing
@repeated
Scenario: Check handling empty values
Given the node map
| f | | | x | | |
| b | c | d | e | 1 | g |
| a | | | y | | |
"""
f x
b c d e 1 g
a y
"""
And the ways
| nodes | name | # |