From c4904cc365664ba66ef9bcde460183a69c2d25bf Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Wed, 28 Aug 2013 09:39:25 +0200 Subject: [PATCH] test nearest/locate with high lat/lon, fix fuzzy match of negative numbers --- features/locate/locate.feature | 8 ++++---- features/nearest/pick.feature | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/locate/locate.feature b/features/locate/locate.feature index ad99ce9af..838bcd5cd 100644 --- a/features/locate/locate.feature +++ b/features/locate/locate.feature @@ -178,8 +178,8 @@ Feature: Locate - return nearest node | x | x | | y | y | - Scenario: Locate - High lat/lon - Given the node locations + Scenario: Locate - High lat/lon + Given the node locations | node | lat | lon | | a | -85 | -180 | | b | 0 | 0 | @@ -187,11 +187,11 @@ Feature: Locate - return nearest node | x | -84 | -180 | | y | 84 | 180 | - And the ways + And the ways | nodes | | abc | - When I request locate I should get + When I request locate I should get | in | out | | x | a | | y | c | diff --git a/features/nearest/pick.feature b/features/nearest/pick.feature index bf942c24e..c0761f62d 100644 --- a/features/nearest/pick.feature +++ b/features/nearest/pick.feature @@ -75,4 +75,4 @@ Feature: Locating Nearest node on a Way - pick closest way | x | a | | y | c | | v | b | - | w | b | \ No newline at end of file + | w | b |