Skip to content

Commit

Permalink
Merge pull request #552 from pelias/august-test-updates
Browse files Browse the repository at this point in the history
August test updates
  • Loading branch information
orangejulius committed Aug 25, 2021
2 parents fd6bea4 + 5eb55a1 commit 434b884
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion test_cases/autocomplete_address.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"id": 2,
"status": "fail",
"status": "pass",
"issue": "https://github.com/pelias/openstreetmap/pull/549",
"description": "popular address (White House) should be returned first",
"user": "julian",
Expand Down
8 changes: 4 additions & 4 deletions test_cases/autocomplete_multi_lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"id": "2-1",
"status": "fail",
"status": "pass",
"user": "Joxit",
"issue": "https://github.com/pelias/pelias/issues/767",
"in": {
Expand Down Expand Up @@ -98,7 +98,7 @@
},
{
"id": "4-1",
"status": "fail",
"status": "pass",
"user": "Joxit",
"in": {
"lang": "zh",
Expand All @@ -117,7 +117,7 @@
},
{
"id": "5-1",
"status": "fail",
"status": "pass",
"user": "Joxit",
"in": {
"lang": "de",
Expand Down Expand Up @@ -175,7 +175,7 @@
},
{
"id": "6-3",
"status": "fail",
"status": "pass",
"user": "Joxit",
"issue": "https://github.com/pelias/pelias/issues/699",
"in": {
Expand Down
12 changes: 6 additions & 6 deletions test_cases/autocomplete_postalcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"tests": [
{
"id": "1",
"status": "fail",
"status": "pass",
"issue": "https://github.com/pelias/pelias/issues/692",
"description": "currently brings in irrelevant record first, needs better scoring",
"description": "autocomplete for a complete postalcode",
"user": "diana",
"in": {
"text": "90210"
Expand Down Expand Up @@ -89,7 +89,7 @@
},
{
"id": "4",
"status": "pass",
"status": "fail",
"issue": "https://github.com/pelias/pelias/issues/898",
"description": "postalcode in france with leading zero",
"user": "julian",
Expand All @@ -110,7 +110,7 @@
},
{
"id": "5",
"status": "pass",
"status": "fail",
"issue": "https://github.com/pelias/pelias/issues/898",
"description": "postalcode in USA with leading zero",
"user": "julian",
Expand Down Expand Up @@ -154,7 +154,7 @@
},
{
"id": "6.1",
"status": "fail",
"status": "pass",
"issue": "https://github.com/pelias/pelias/issues/676",
"description": "partial postal code autocomplete query, querying only on postalcode layer",
"user": "julian",
Expand All @@ -177,7 +177,7 @@
},
{
"id": "6.2",
"status": "fail",
"status": "pass",
"issue": "https://github.com/pelias/pelias/issues/676",
"description": "partial postal code autocomplete query",
"user": "julian",
Expand Down
2 changes: 1 addition & 1 deletion test_cases/placeholder_sorting.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
},
{
"id": 1600,
"status": "fail",
"status": "pass",
"endpoint": "search",
"description": "county should be after locality generally",
"issue": [
Expand Down
2 changes: 1 addition & 1 deletion test_cases/search_city_country.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
},
{
"id": 15,
"status": "fail",
"status": "pass",
"user": "trescube",
"type": "dev",
"in": {
Expand Down
12 changes: 6 additions & 6 deletions test_cases/structured_geocoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@
"expected": {
"properties": [
{
"layer": "localadmin",
"name": "Zickrick Township",
"layer": "locality",
"name": "Zickrick",
"country_a": "USA",
"country": "United States",
"localadmin": "Zickrick Township"
Expand All @@ -495,8 +495,8 @@
"expected": {
"properties": [
{
"layer": "localadmin",
"name": "Zumbehl Township",
"layer": "locality",
"name": "Zumbehl",
"country_a": "USA",
"country": "United States",
"localadmin": "Zumbehl Township"
Expand All @@ -518,8 +518,8 @@
"expected": {
"properties": [
{
"layer": "localadmin",
"name": "Aastad Township",
"layer": "locality",
"name": "Aastad",
"country_a": "USA",
"country": "United States",
"region_a": "MN",
Expand Down

0 comments on commit 434b884

Please sign in to comment.