update tests for newer planet

This commit is contained in:
Sarah Hoffmann 2016-08-19 23:57:23 +02:00
parent 9c1e0c49bf
commit feb458f8dd
3 changed files with 13 additions and 23 deletions

View File

@ -108,13 +108,13 @@ Feature: API regression tests
| 0 | Philippstraße | Düren
Scenario: trac #2830
When sending json search query "528, Merkley Drive, K4A 1N5,CA" with address
When sending json search query "207, Boardman Street, S0J 1L0, CA" with address
Then result addresses contain
| ID | house_number | road | postcode | country
| 0 | 528 | Merkley Drive | K4A 1N5 | Canada
| ID | house_number | road | postcode | country
| 0 | 207 | Boardman Street | S0J 1L0 | Canada
Scenario: trac #2830
When sending json search query "K4A 1N5,CA"
When sending json search query "S0J 1L0,CA"
Then results contain
| ID | class | type | display_name
| 0 | place | postcode | .*, Canada
@ -134,17 +134,8 @@ Feature: API regression tests
Scenario: trac #2871
When looking up coordinates -33.906895553,150.99609375
Then result addresses contain
| ID | city | postcode | country
| 0 | [^0-9]* | 2197 | Australia
Scenario: trac #2974
When sending json search query "Azadi Square, Faruj" with address
Then result addresses contain
| ID | road | city
| 0 | ميدان آزادي | فاروج
And results contain
| ID | latlon
| 0 | 37.2323,58.2193 +-1km
| ID | city | country
| 0 | [^0-9]*$ | Australia
Scenario: trac #2981
When sending json search query "Ohmstraße 7, Berlin" with address
@ -202,7 +193,7 @@ Feature: API regression tests
When sending json search query "<query>" with address
Then result addresses contain
| ID | road | city
| 0 | Seegasse | Wieselburg-Land
| 0 | Seegasse | .*Wieselburg-Land
Examples:
| query

View File

@ -9,7 +9,7 @@ Feature: Search queries
| road | Thoresby Road
| city | Broxtowe
| state | England
| country | United Kingdom
| country | U.*K.*
| country_code | gb
@ -31,13 +31,13 @@ Feature: Search queries
Scenario: House number interpolation even
Given the request parameters
| accept-language
| en
| en
When sending json search query "140 rue Don Bosco, Saguenay" with address
Then address of result 0 contains
| type | value
| house_number | 140
| road | [Rr]ue Don Bosco
| city | Saguenay
| city | .*Saguenay
| state | Quebec
| country | Canada
| country_code | ca
@ -45,13 +45,13 @@ Feature: Search queries
Scenario: House number interpolation odd
Given the request parameters
| accept-language
| en
| en
When sending json search query "141 rue Don Bosco, Saguenay" with address
Then address of result 0 contains
| type | value
| house_number | 141
| road | [rR]ue Don Bosco
| city | Saguenay
| city | .*Saguenay
| state | Quebec
| country | Canada
| country_code | ca
@ -73,7 +73,7 @@ Feature: Search queries
Scenario: Expansion of Illinois
Given the request parameters
| accept-language
| en
| en
When sending json search query "il, us"
Then results contain
| ID | display_name

View File

@ -31,7 +31,6 @@ Feature: Search queries
When sending xml search query "Inuvik" with address
Then address of result 0 contains
| type | value
| city | Inuvik
| state | Northwest Territories
| country | Canada
| country_code | ca