From 5938368a09ff537d9e137d677fcb4c9aee139f8d Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 8 Apr 2013 10:21:23 +0200 Subject: [PATCH] test for way name when way+area overlap --- features/bicycle/area.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/features/bicycle/area.feature b/features/bicycle/area.feature index 0be8235d8..a4dc04cdb 100644 --- a/features/bicycle/area.feature +++ b/features/bicycle/area.feature @@ -101,3 +101,19 @@ Feature: Bike - Squares and other areas | d | c | abcda | | d | a | abcda | | a | d | abcda | + + @area @name + 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 |