]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
complete tests for icu tokenizer
[nominatim.git] / test / python / conftest.py
index 9a43a67e041393f9389d3918d5b0d2106dca05ab..1fca4b6205baffae7c5bbb6d2b08423f06ce367c 100644 (file)
@@ -173,6 +173,7 @@ def place_row(place_table, temp_db_cursor):
     """ A factory for rows in the place table. The table is created as a
         prerequisite to the fixture.
     """
+    psycopg2.extras.register_hstore(temp_db_cursor)
     idseq = itertools.count(1001)
     def _insert(osm_type='N', osm_id=None, cls='amenity', typ='cafe', names=None,
                 admin_level=None, address=None, extratags=None, geom=None):