From b875765c52d22d965322a828f89c564b19ced414 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Fri, 23 May 2014 12:52:32 +0200 Subject: [PATCH] update test to avoid single ring --- features/testbot/via.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/testbot/via.feature b/features/testbot/via.feature index 5f4666bab..da9773868 100644 --- a/features/testbot/via.feature +++ b/features/testbot/via.feature @@ -54,12 +54,15 @@ Feature: Via points @bug Scenario: Via points on ring of oneways + # xa it to avoid only having a single ring, which cna trigger edge cases Given the node map + | x | | | | | | a | 1 | 2 | 3 | b | | d | | | | c | And the ways | nodes | oneway | + | xa | | | ab | yes | | bc | yes | | cd | yes |