tests for signal penalty. renamed 'given the nodes' to 'given the node map' and introduced new 'given the nodes' to set node tags

This commit is contained in:
Emil Tin
2012-03-08 08:37:41 +01:00
parent a65339d011
commit 9dfbd5f671
14 changed files with 162 additions and 52 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
Feature: Street names in instructions
Scenario: A named street
Given the nodes
Given the node map
| a | b |
| | c |
@@ -16,7 +16,7 @@ Feature: Street names in instructions
| a | c | My Way,Your Way |
Scenario: Use way type to describe unnamed ways
Given the nodes
Given the node map
| a | b | c |
And the ways
@@ -29,7 +29,7 @@ Feature: Street names in instructions
| a | c | cycleway,trac |
Scenario: Don't create instructions for every node of unnamed ways
Given the nodes
Given the node map
| a | b | c | d |
And the ways