move name test
This commit is contained in:
@@ -100,20 +100,4 @@ Feature: Bike - Squares and other areas
|
||||
| c | d | abcda |
|
||||
| d | c | abcda |
|
||||
| d | a | abcda |
|
||||
| a | d | abcda |
|
||||
|
||||
@area @name @todo
|
||||
Scenario: Bike - name on
|
||||
Given the node map
|
||||
| x | a | b | y |
|
||||
| | d | c | |
|
||||
|
||||
And the ways
|
||||
| nodes | highway | area |
|
||||
| xaby | residential | |
|
||||
| abcda | residential | yes |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route |
|
||||
| x | y | xaby |
|
||||
| y | x | xaby |
|
||||
| a | d | abcda |
|
||||
Reference in New Issue
Block a user