Skip to content

Commit

Permalink
Fix tests for Name_Uppercase after NSI update
Browse files Browse the repository at this point in the history
The entry for the previous test was updated (excluding FR and removing the capitals): osmlab/name-suggestion-index#8558

Switch to a different brand that contains country=fr and capitals-only (and 5+ letters)
  • Loading branch information
Famlam authored Aug 30, 2023
1 parent 1e93fbd commit 42d96bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/Name_UpperCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ class father:
{u"name": u"EHPAD MAGEUSCULE"},
{u"name": u"ICI PARIS XL"}, # in NSI, but not for FR
{u"name": u"AÇDZÞΣSSὩΙST"},
{u"name": u"SHOO LOONG KAN PARIS"},
{u"name": u"NORMA PARIS"},
]:
self.check_err(a.node(None, t), t)
self.check_err(a.way(None, t, None), t)

for t in [{u"name": u"Col des Champs XIIVVVIM"},
{u"name": u"EHPAD La Madelon"},
{u"name": u"SHOO LOONG KAN"}, # in NSI
{u"name": u"SHOO LOONG KAN Paris"},
{u"name": u"NORMA"}, # in NSI
{u"name": u"NORMA Paris"},
{u"name": u"ƻאᎯᚦ京"},
]:
assert not a.node(None, t), t

0 comments on commit 42d96bd

Please sign in to comment.