# HG changeset patch # User Sascha Wilde # Date 1530277419 -7200 # Node ID 25dba84d5703e5e016ee5964510ae334c1ed2fef # Parent 731fb359b29c3180fba63626a6c7ccbfad8749f3 Schema: Fixed test for responsibility_areas as multi polygons. The test must reflect the fact, that responsibility_areas are now MULTIPOLYGONs. diff -r 731fb359b29c -r 25dba84d5703 schema/tap_tests_data.sql --- a/schema/tap_tests_data.sql Fri Jun 29 11:56:34 2018 +0200 +++ b/schema/tap_tests_data.sql Fri Jun 29 15:03:39 2018 +0200 @@ -3,7 +3,7 @@ INSERT INTO countries VALUES ('AT'); INSERT INTO responsibility_areas VALUES - ('AT', ST_geomfromtext('POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))', 4326)); + ('AT', ST_geomfromtext('MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)))', 4326)); INSERT INTO user_profiles (username, country, email_adress) VALUES