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
+2 -2
View File
@@ -2,7 +2,7 @@
Feature: Choosing route based on length, speed, etc
Scenario: Pick the geometrically shortest route, way types being equal
Given the nodes
Given the node map
| | s | |
| | t | |
| a | | b |
@@ -18,7 +18,7 @@ Feature: Choosing route based on length, speed, etc
| a | b | atb |
Scenario: Pick the fastest way type, lengths being equal
Given the nodes
Given the node map
| a | s |
| p | b |