changeset 136:25dba84d5703

Schema: Fixed test for responsibility_areas as multi polygons. The test must reflect the fact, that responsibility_areas are now MULTIPOLYGONs.
author Sascha Wilde <wilde@intevation.de>
date Fri, 29 Jun 2018 15:03:39 +0200
parents 731fb359b29c
children 433a992befdb
files schema/tap_tests_data.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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