From dd971d6b7d55858fef07b2bec1c943667629dd12 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 5 Jun 2013 11:38:45 +0200 Subject: [PATCH] Fixing test for new Rtree --- features/testbot/snap.feature | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/features/testbot/snap.feature b/features/testbot/snap.feature index ebed9f829..bb3156dbd 100644 --- a/features/testbot/snap.feature +++ b/features/testbot/snap.feature @@ -98,7 +98,7 @@ Feature: Snap start/end point to the nearest way | b | x | xb | | c | x | xc | - Scenario: Find edges within 1km, but not 10km + Scenario: Find edges within 1km, and the same from 10km Given a grid size of 1000 meters Given the node map | p | | | | | | | | | | | i | | | | | | | | | | | j | @@ -144,11 +144,11 @@ Feature: Snap start/end point to the nearest way | x | 6 | xf | | x | 7 | xg | | x | 8 | xh | - | x | i | | - | x | j | | - | x | k | | - | x | l | | - | x | m | | - | x | n | | - | x | o | | - | x | p | | \ No newline at end of file + | x | i | xa | + | x | j | xb | + | x | k | xc | + | x | l | xd | + | x | m | xe | + | x | n | xf | + | x | o | xg | + | x | p | xh | \ No newline at end of file