Skip to content

Commit

Permalink
Add search test case for 'Mt/Mount' in a _venue_ name
Browse files Browse the repository at this point in the history
This uses different fields and synonyms from the corresponding
autocomplete test, so should be tested separately. We don't appear to
get it right currently

Connects OpenTransitTools-BonePile/trimet-mod-pelias#27
  • Loading branch information
orangejulius committed Jul 13, 2020
1 parent 88ee2f4 commit 4afef23
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test_cases/search_abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,25 @@
]
}
},
{
"id": 8.3,
"status": "fail",
"user": "julian",
"in": {
"text": "Mt Tabor Park, Portland, OR"
},
"expected": {
"properties": [
{
"name": "Mount Tabor Park",
"layer": "venue",
"locality": "Portland",
"region_a": "OR",
"country_a": "USA"
}
]
}
},
{
"id": 9,
"status": "fail",
Expand Down

0 comments on commit 4afef23

Please sign in to comment.