enable testing of way names, including ways with empty or missing name tags
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@routing @utf
|
||||
Feature: Basic Routing
|
||||
|
||||
Scenario: Streetnames with UTF characters
|
||||
Given the nodes
|
||||
| a | b | c | d |
|
||||
|
||||
And the ways
|
||||
| nodes | name |
|
||||
| ab | Scandinavian København |
|
||||
| bc | Japanese 東京 |
|
||||
| cd | Cyrillic Москва |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route |
|
||||
| a | b | Scandinavian København |
|
||||
| b | c | Japanese 東京 |
|
||||
| c | d | Cyrillic Москва |
|
||||
Reference in New Issue
Block a user