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 | 0 | Philippstraße | Düren
Scenario: trac #2830 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 Then result addresses contain
| ID | house_number | road | postcode | country | ID | house_number | road | postcode | country
| 0 | 528 | Merkley Drive | K4A 1N5 | Canada | 0 | 207 | Boardman Street | S0J 1L0 | Canada
Scenario: trac #2830 Scenario: trac #2830
When sending json search query "K4A 1N5,CA" When sending json search query "S0J 1L0,CA"
Then results contain Then results contain
| ID | class | type | display_name | ID | class | type | display_name
| 0 | place | postcode | .*, Canada | 0 | place | postcode | .*, Canada
@@ -134,17 +134,8 @@ Feature: API regression tests
Scenario: trac #2871 Scenario: trac #2871
When looking up coordinates -33.906895553,150.99609375 When looking up coordinates -33.906895553,150.99609375
Then result addresses contain Then result addresses contain
| ID | city | postcode | country | ID | city | country
| 0 | [^0-9]* | 2197 | Australia | 0 | [^0-9]*$ | 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
Scenario: trac #2981 Scenario: trac #2981
When sending json search query "Ohmstraße 7, Berlin" with address 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 When sending json search query "<query>" with address
Then result addresses contain Then result addresses contain
| ID | road | city | ID | road | city
| 0 | Seegasse | Wieselburg-Land | 0 | Seegasse | .*Wieselburg-Land
Examples: Examples:
| query | query

View File

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

View File

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