]> git.openstreetmap.org Git - nominatim.git/commitdiff
bdd tests: enforce use of full import style
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 1 Dec 2019 15:25:39 +0000 (16:25 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 1 Dec 2019 15:25:39 +0000 (16:25 +0100)
test/bdd/environment.py

index b12b648129f236af53b789a85b1cc74c01285960..f0658c335f95530cce4a2d82e6e268e7e6db7030 100644 (file)
@@ -82,6 +82,7 @@ class NominatimEnvironment(object):
                  (';password=' + self.db_pass) if self.db_pass else ''
                  ))
         f.write("@define('CONST_Osm2pgsql_Flatnode_File', null);\n")
+        f.write("@define('CONST_Import_Style', CONST_BasePath.'/settings/import-full.style');\n")
         f.close()
 
     def cleanup(self):