diff --git a/tests/python_tests/sqlite_test.py b/tests/python_tests/sqlite_test.py index 11d2bfdcc..464c9690f 100644 --- a/tests/python_tests/sqlite_test.py +++ b/tests/python_tests/sqlite_test.py @@ -164,7 +164,7 @@ if 'sqlite' in mapnik2.DatasourceCache.instance().plugin_names(): eq_(feature['lat'],17.078) ds = mapnik2.SQLite(file='../data/sqlite/world.sqlite', - table='(select OGC_FID,GEOMETRY as geom from world_merc)', + table='(select OGC_FID,GEOMETRY from world_merc)', ) fs = ds.featureset() feature = fs.next()