From: Sarah Hoffmann Date: Wed, 11 May 2022 14:40:53 +0000 (+0200) Subject: bdd: restrict imports to four languages X-Git-Tag: v4.1.0~41^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f314abcfe1203a95073220357f135fa3c69210fc bdd: restrict imports to four languages This mainly restricts the number of country names that are loaded. --- diff --git a/test/bdd/steps/nominatim_environment.py b/test/bdd/steps/nominatim_environment.py index c1a7dc26..6b83c2e4 100644 --- a/test/bdd/steps/nominatim_environment.py +++ b/test/bdd/steps/nominatim_environment.py @@ -95,6 +95,7 @@ class NominatimEnvironment: self.test_env = dict(self.default_config) self.test_env['NOMINATIM_DATABASE_DSN'] = dsn + self.test_env['NOMINATIM_LANGUAGES'] = 'en,de,fr,ja' self.test_env['NOMINATIM_FLATNODE_FILE'] = '' self.test_env['NOMINATIM_IMPORT_STYLE'] = 'full' self.test_env['NOMINATIM_USE_US_TIGER_DATA'] = 'yes'