Revert "switched to space separated suffix/prefix only"

This reverts commit e9e935303c.
This commit is contained in:
Patrick Niklaus
2016-04-27 23:20:10 +02:00
parent 21f64c75eb
commit e88106e990
3 changed files with 32 additions and 39 deletions
-13
View File
@@ -18,19 +18,6 @@ Feature: Suppress New Names on dedicated Suffices
| waypoints | route | turns |
| a,c | 42 N,42 S | depart,arrive |
Scenario: Prefix Change
Given the node map
| a | | b | | c |
And the ways
| nodes | name |
| ab | West 42 |
| bc | East 42 |
When I route I should get
| waypoints | route | turns |
| a,c | West 42,East 42 | depart,arrive |
Scenario: Suffix To Suffix - Turn
Given the node map
| a | | b | | c |