From d09b268e01987541384f55469cbd6ddd3ad2d5fe Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 13 Jun 2015 00:11:56 +0200 Subject: [PATCH] further decrease bbox size in tests --- tests/features/api/search_simple.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/features/api/search_simple.feature b/tests/features/api/search_simple.feature index 3e6b6e35..747d4004 100644 --- a/tests/features/api/search_simple.feature +++ b/tests/features/api/search_simple.feature @@ -104,35 +104,35 @@ Feature: Simple Tests Scenario: Empty XML search with viewbox Given the request parameters | viewbox - | 12,45.13,77,33 + | 12,45.13,13,44 When sending xml search query "xnznxvcx" Then result header contains | attr | value | querystring | xnznxvcx | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,45.13,13,44 Scenario: Empty XML search with viewboxlbrt Given the request parameters | viewboxlbrt - | 12,34.13,77,45 + | 12,34.13,13,35 When sending xml search query "xnznxvcx" Then result header contains | attr | value | querystring | xnznxvcx | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,34.13,13,35 Scenario: Empty XML search with viewboxlbrt and viewbox Given the request parameters - | viewbox | viewboxblrt - | 12,45.13,77,33 | 1,2,3,4 + | viewbox | viewboxblrt + | 12,45.13,13.5,44 | 1,0,2,1 When sending xml search query "pub" Then result header contains | attr | value | querystring | pub | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,45.13,13.5,44 Scenario Outline: Empty XML search with polygon values -- 2.39.5