osrm-backend/features/testbot/utf.feature

22 lines
787 B
Gherkin
Raw Normal View History

2014-10-09 08:30:06 -04:00
@routing @utf @testbot
2012-10-01 07:27:08 -04:00
Feature: Handling of UTF characters
2013-08-29 13:29:13 -04:00
Background:
Given the profile "testbot"
2013-08-29 13:29:13 -04:00
Scenario: Streetnames with UTF characters
Given the node map
| a | b | c | d |
And the ways
| nodes | name |
| ab | Scandinavian København |
| bc | Japanese |
| cd | Cyrillic Москва |
When I route I should get
2016-03-31 20:46:27 -04:00
| from | to | route |
| a | b | Scandinavian København,Scandinavian København |
| b | c | Japanese ,Japanese |
| c | d | Cyrillic Москва,Cyrillic Москва |