forked from hans/Nominatim
ICU: matching any street name will do again
This commit is contained in:
@@ -49,3 +49,9 @@ def before_scenario(context, scenario):
|
||||
def after_scenario(context, scenario):
|
||||
if 'DB' in context.tags:
|
||||
context.nominatim.teardown_db(context)
|
||||
|
||||
|
||||
def before_tag(context, tag):
|
||||
if tag == 'fail-legacy':
|
||||
if context.config.userdata['TOKENIZER'] in (None, 'legacy'):
|
||||
context.scenario.skip("Not implemented in legacy tokenizer")
|
||||
|
||||
Reference in New Issue
Block a user