Skip to content

Commit

Permalink
Add second wall street test with NY appended
Browse files Browse the repository at this point in the history
As mentioned in pelias/acceptance-tests#82, we want both tests.
  • Loading branch information
orangejulius committed Aug 17, 2015
1 parent debbdb0 commit c38fe69
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions test_cases/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,31 @@
]
}
},
{
"id": 17,
"status": "pass",
"type": "dev",
"user": "hkrishna",
"in": {
"input": "wall street, NY"
},
"expected": {
"priorityThresh": 3,
"properties": [
{
"admin0": "United States",
"admin1": "New York",
"admin2": "New York County",
"alpha3": "USA",
"local_admin": "Manhattan",
"locality": "New York",
"name": "Wall Street",
"neighborhood": "Financial District",
"text": "Wall Street, Manhattan, New York"
}
]
}
},
{
"id": 17,
"status": "pass",
Expand Down

0 comments on commit c38fe69

Please sign in to comment.