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
+22 -10
View File
@@ -8,11 +8,13 @@ Feature: Basic Routing
@smallest
Scenario: Summaries when routing on a simple network
Given the node map
| b | | | f |
| | | | |
| c | d | | g |
| | | | |
| a | | e | |
"""
b f
c d g
a e
"""
And the ways
| nodes | name |
@@ -30,7 +32,9 @@ Feature: Basic Routing
Scenario: Name Empty
Given the node map
| a | | b | | | c |
"""
a b c
"""
And the ways
| nodes | name |
@@ -43,7 +47,9 @@ Feature: Basic Routing
Scenario: Name Empty But Ref
Given the node map
| a | | b | | | c |
"""
a b c
"""
And the ways
| nodes | name | ref |
@@ -56,7 +62,9 @@ Feature: Basic Routing
Scenario: Only Refs
Given the node map
| a | | b | | | c |
"""
a b c
"""
And the ways
| nodes | name | ref |
@@ -69,7 +77,9 @@ Feature: Basic Routing
Scenario: Single Ref
Given the node map
| a | | b | | | c |
"""
a b c
"""
And the ways
| nodes | name | ref |
@@ -82,7 +92,9 @@ Feature: Basic Routing
Scenario: Nothing
Given the node map
| a | | b | | | c |
"""
a b c
"""
And the ways
| nodes | name |