Skip to content

Commit

Permalink
Remove duplicate tests
Browse files Browse the repository at this point in the history
Rebase failed me!
  • Loading branch information
orangejulius committed Sep 18, 2019
1 parent ffe3221 commit 1150a26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
42 changes: 0 additions & 42 deletions test_cases/address_parsing.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,48 +385,6 @@
]
}
},
{
"id": "11.1",
"status": "pass",
"issue": "https://github.com/pelias/schema/issues/65",
"user": "julian",
"in": {
"text": "Friedrich Richter Straße 51"
},
"expected": {
"properties": [
{
"housenumber": "51",
"street": "Friedrich-Richter-Straße",
"confidence": 1,
"match_type": "exact",
"accuracy": "point",
"locality": "Berlin"
}
]
}
},
{
"id": 11,
"status": "pass",
"issue": "https://github.com/pelias/schema/issues/65",
"user": "julian",
"in": {
"text": "Friedrich-Richter-Straße 51"
},
"expected": {
"properties": [
{
"housenumber": "51",
"street": "Friedrich-Richter-Straße",
"confidence": 1,
"match_type": "exact",
"accuracy": "point",
"locality": "Berlin"
}
]
}
},
{
"id": "11.1",
"status": "pass",
Expand Down
40 changes: 0 additions & 40 deletions test_cases/french_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,6 @@
]
}
},
{
"id": "2-no-hyphen",
"status": "pass",
"user": "adefarge",
"type": "france",
"in": {
"text": "20 Boulevard Saint Martin, Paris"
},
"expected": {
"properties": [
{
"housenumber": "20",
"street": "Boulevard Saint-martin",
"locality": "Paris",
"country_a": "FRA"
}
]
}
},
{
"id": "2-no-hyphen",
"status": "fail",
Expand Down Expand Up @@ -363,27 +344,6 @@
]
}
},
{
"id": "11",
"status": "pass",
"user": "orangejulius",
"type": "france",
"description": "address without hyphens",
"issue": "https://github.com/pelias/api/pull/1268",
"in": {
"text": "20 boulevard saint germain, paris, france"
},
"expected": {
"properties": [
{
"housenumber": "20",
"street": "Boulevard Saint-Germain",
"locality": "Paris",
"country_a": "FRA"
}
]
}
},
{
"id": "11",
"status": "pass",
Expand Down

0 comments on commit 1150a26

Please sign in to comment.