From 4592dc8644268de7ba3b406b0e86e36e6008df51 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 11 Nov 2015 14:06:53 +0100 Subject: [PATCH] Delete 40_admin1_test.out --- server/extension/expected/40_admin1_test.out | 22 -------------------- 1 file changed, 22 deletions(-) delete mode 100644 server/extension/expected/40_admin1_test.out diff --git a/server/extension/expected/40_admin1_test.out b/server/extension/expected/40_admin1_test.out deleted file mode 100644 index dc7a839..0000000 --- a/server/extension/expected/40_admin1_test.out +++ /dev/null @@ -1,22 +0,0 @@ --- Check that the public function is callable, even with no data --- It should return NULL -SELECT cdb_geocoder_server.geocode_admin1_polygons(session_user, txid_current(), 'California'); - geocode_admin1_polygons -------------------------- - -(1 row) - --- Insert some dummy data and geometry to return -INSERT INTO global_province_polygons (synonyms, the_geom) VALUES (Array['Califonia'], ST_GeomFromText( - 'POLYGON((-71.1031880899493 42.3152774590236, - -71.1031627617667 42.3152960829043, - -71.102923838298 42.3149156848307, - -71.1031880899493 42.3152774590236))',4326) -); --- This should return the polygon inserted above -SELECT cdb_geocoder_server.geocode_admin1_polygons(session_user, txid_current(), 'California'); - geocode_admin1_polygons -------------------------- - -(1 row) -