From 823ee54f22d76ad8fc828236f9cbbff97514edcd Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Thu, 26 May 2016 15:21:09 +0200 Subject: [PATCH] add turn restrictions to test-cases --- features/guidance/dedicated-turn-roads.feature | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/features/guidance/dedicated-turn-roads.feature b/features/guidance/dedicated-turn-roads.feature index 64dd7cdab..3513ad392 100644 --- a/features/guidance/dedicated-turn-roads.feature +++ b/features/guidance/dedicated-turn-roads.feature @@ -23,6 +23,10 @@ Feature: Slipways and Dedicated Turn Lanes | bhf | trunk_link | | | ecfg | primary | second | + And the relations + | type | way:from | way:to | node:via | restriction | + | restriction | abcd | ecfg | c | no_right_turn | + When I route I should get | waypoints | route | turns | | a,g | first,second,second | depart,turn right,arrive | @@ -70,6 +74,10 @@ Feature: Slipways and Dedicated Turn Lanes | bfd | trunk_link | | | cde | trunk | trunk | + And the relations + | type | way:from | way:to | node:via | restriction | + | restriction | abc | cde | c | no_right_turn | + When I route I should get | waypoints | route | turns | | a,e | road,trunk,trunk | depart,turn right,arrive |