Skip to content

Commit

Permalink
Merge pull request #527 from pelias/synonym-improvements
Browse files Browse the repository at this point in the history
Mark tests passing from synyonm overhaul
  • Loading branch information
orangejulius authored Jul 13, 2020
2 parents a4c8c2c + 37a47f0 commit f69a01a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test_cases/autocomplete_abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
{
"id": 4,
"status": "fail",
"status": "pass",
"user": "julian",
"issue": "https://github.com/pelias/pelias/issues/737",
"description": "saint abbreviated in data, unabbreviated in query",
Expand Down
2 changes: 1 addition & 1 deletion test_cases/french_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"id": "2-abbrev",
"status": "fail",
"status": "pass",
"user": "adefarge",
"type": "france",
"description": "Missing synonyms",
Expand Down
2 changes: 1 addition & 1 deletion test_cases/international.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
},
{
"id": 10,
"status": "fail",
"status": "pass",
"user": "Lily",
"type": "dev",
"issue": "https://github.com/pelias/api/issues/783",
Expand Down
11 changes: 6 additions & 5 deletions test_cases/search_abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"id": 1.1,
"status": "fail",
"status": "pass",
"user": "julian",
"issue": "https://github.com/pelias/pelias/issues/737",
"description": "saint unabbreviated in data, abbreviated in query",
Expand Down Expand Up @@ -96,7 +96,7 @@
},
{
"id": 4,
"status": "fail",
"status": "pass",
"user": "julian",
"issue": "https://github.com/pelias/pelias/issues/737",
"description": "saint abbreviated in data, unabbreviated in query",
Expand Down Expand Up @@ -141,6 +141,7 @@
"id": 6.1,
"status": "fail",
"user": "missinglink",
"issue": "https://github.com/pelias/schema/issues/301",
"notes": ["R == Rue"],
"in": {
"text": "R Gay Lussac, Paris"
Expand Down Expand Up @@ -169,7 +170,7 @@
},
{
"id": 7.1,
"status": "fail",
"status": "pass",
"user": "missinglink",
"notes": ["Av. == Avenida"],
"in": {
Expand Down Expand Up @@ -215,7 +216,7 @@
},
{
"id": 8.1,
"status": "fail",
"status": "pass",
"user": "missinglink",
"in": {
"text": "W Mt Hope Av. MI USA"
Expand Down Expand Up @@ -264,7 +265,7 @@
},
{
"id": 9,
"status": "fail",
"status": "pass",
"user": "missinglink",
"in": {
"text": "E 98th Ter, MO, USA"
Expand Down

0 comments on commit f69a01a

Please sign in to comment.