From 1d94eb88f67b59e8eb563c75c115503feb0d00e3 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Mon, 12 Sep 2016 22:18:55 +0200 Subject: [PATCH] Test for PR #2898 Test checks that osrm-extract terminates for http://www.openstreetmap.org/way/198481519 --- features/guidance/advanced-lanes.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/features/guidance/advanced-lanes.feature b/features/guidance/advanced-lanes.feature index dc6e413fb..6d64221e7 100644 --- a/features/guidance/advanced-lanes.feature +++ b/features/guidance/advanced-lanes.feature @@ -218,3 +218,19 @@ Feature: Turn Lane Guidance | a,h | ghough,market,market | depart,turn slight right,arrive | ,none:false straight:false straight:true straight:true, | | a,j | ghough,market,market | depart,turn left,arrive | ,none:true straight:false straight:false straight:false, | | a,f | ghough,ghough,ghough | depart,continue slight left,arrive | ,none:true straight:true straight:false straight:false, | + + Scenario: Check sliproad handler loop's exit condition, Issue #2896 + # http://www.openstreetmap.org/way/198481519 + Given the node locations + | node | lat | lon | + | a | 7.6125350 | 126.5708309 | + | b | 7.6125156 | 126.5707219 | + | c | 7.6125363 | 126.5708337 | + + And the ways + | nodes | name | + | cbac | | + + When I route I should get + | from | to | route | turns | + | a | c | , | depart,arrive |