2012-02-21 05:51:42 -05:00
|
|
|
|
@routing @utf
|
2012-10-01 07:27:08 -04:00
|
|
|
|
Feature: Handling of UTF characters
|
|
|
|
|
|
|
|
|
|
Background:
|
2012-12-16 07:36:47 -05:00
|
|
|
|
Given the profile "testbot"
|
2012-02-21 05:51:42 -05:00
|
|
|
|
|
|
|
|
|
Scenario: Streetnames with UTF characters
|
2012-03-08 02:37:41 -05:00
|
|
|
|
Given the node map
|
2012-02-21 05:51:42 -05:00
|
|
|
|
| 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 Москва |
|