Browse Source

Update River Dr and Broadway tests

Broadway is not Broadway St.
River Dr address currently fails
pull/23/head
Julian Simioni 6 years ago
parent
commit
4d952e12aa
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 14
      projects/portland-metro/test_cases/search_address.json

14
projects/portland-metro/test_cases/search_address.json

@ -6967,7 +6967,7 @@
},
{
"id": 409,
"status": "pass",
"status": "fail",
"in": {
"text": "10647 SW RIVER DR, Portland, OR"
},
@ -6984,7 +6984,7 @@
},
{
"id": 410,
"status": "pass",
"status": "fail",
"in": {
"text": "10647 SW RIVER DR, Portland, Oregon"
},
@ -7001,7 +7001,7 @@
},
{
"id": 411,
"status": "pass",
"status": "fail",
"in": {
"text": "10647 SW RIVER DR Portland OR"
},
@ -7382,7 +7382,7 @@
"expected": {
"properties": [
{
"name": "1000 SW BROADWAY ST",
"name": "1000 SW BROADWAY",
"locality": "Portland",
"region": "Oregon",
"region_a": "OR"
@ -7399,7 +7399,7 @@
"expected": {
"properties": [
{
"name": "1000 SW BROADWAY ST",
"name": "1000 SW BROADWAY",
"locality": "Portland",
"region": "Oregon",
"region_a": "OR"
@ -7416,7 +7416,7 @@
"expected": {
"properties": [
{
"name": "1000 SW BROADWAY ST",
"name": "1000 SW BROADWAY",
"locality": "Portland",
"region": "Oregon",
"region_a": "OR"
@ -7433,7 +7433,7 @@
"expected": {
"properties": [
{
"name": "1000 SW BROADWAY ST",
"name": "1000 SW BROADWAY",
"locality": "Portland",
"region": "Oregon",
"region_a": "OR"

Loading…
Cancel
Save