]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/mocks.py
Merge pull request #3347 from lonvia/tweak-boundary-imports
[nominatim.git] / test / python / mocks.py
index 2cd2e3e38297f1469f82a3bf236fc2b6ac969eb2..a2fff67794b482decc1a6883e9858b57425e8a80 100644 (file)
@@ -14,7 +14,7 @@ import psycopg2.extras
 from nominatim.db import properties
 
 # This must always point to the mock word table for the default tokenizer.
-from mock_legacy_word_table import MockLegacyWordTable as MockWordTable
+from mock_icu_word_table import MockIcuWordTable as MockWordTable
 
 class MockPlacexTable:
     """ A placex table for testing.
@@ -42,6 +42,7 @@ class MockPlacexTable:
                                admin_level smallint,
                                address hstore,
                                extratags hstore,
+                               token_info jsonb,
                                geometry Geometry(Geometry,4326),
                                wikipedia TEXT,
                                country_code varchar(2),