Skip to content

Commit

Permalink
Move previously failing test towns/villages into passing list
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Feb 6, 2025
1 parent d19d9e5 commit 1c4ac28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/services/location-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const towns = [
'Corsham',
'Crediton',
'Crewkerne',
'Dartington',
'Daventry',
'Deal',
'Dereham',
Expand Down Expand Up @@ -163,6 +164,7 @@ const towns = [
'Hexham',
'Hitchin',
'Honiton',
'Hoxne',
'Hungerford',
'Ilkeston',
'Kendal',
Expand Down Expand Up @@ -202,6 +204,7 @@ const towns = [
'Sandbach',
'Shepton Mallet',
'St Ives, Cornwall',
'Stoke Gabriel',
'Stone',
'Wetherby'
]
Expand All @@ -217,16 +220,13 @@ const unknownPlaces = [
// These are towns where searching by the Bing qualified name doesn't
// return a high confidence location which matches the Bing name
const brokenPlaces = [
'Dartington', // => Dartington, Totnes, Devon => none
'Kington', // => Kington, County of Herefordshire => none
'Stoke Gabriel' // => Stoke Gabriel, Totnes, Devon => none
'Kington' // => Kington, County of Herefordshire => none
]

// These are towns where searching by the Bing qualified name
// returns a different high confidence location which doesn't match
// the Bing name
// the Bing name, was hoxne but now works
const brokenPlaces2 = [
'Hoxne' // => Hoxne, Eye, Suffolk => Suffolk
]

async function resultCheck (town) {
Expand Down

0 comments on commit 1c4ac28

Please sign in to comment.