Support route relation tests

This commit is contained in:
Denis Koronchik
2017-10-05 15:29:06 +03:00
committed by Patrick Niklaus
parent 4b8daac104
commit f9c7e1e55e
3 changed files with 38 additions and 22 deletions
+3 -3
View File
@@ -22,8 +22,8 @@ Feature: Car - route relations
When I route I should get
| waypoints | route | ref |
| b,a | westbound,westbound | I 80 $west,I 80 $west |
| waypoints | route | ref |
| b,a | westbound,westbound | I 80 $west,I 80 $west |
| c,d | eastbound,eastbound | I 80 $east; CO 93 $east,I 80 $east; CO 93 $east |
Scenario: Assignment using relation direction property (no role on members)
@@ -133,7 +133,7 @@ Feature: Car - route relations
And the relations
| type | direction | relation | route | ref | network | name |
| route | east | baserelation | road | 80 | US:I | superrelation |
| route | west | baserelation | road | 80 | US:I | superrelation |
When I route I should get
| waypoints | route | ref |