diff schema/tap_tests_data.sql @ 2381:99274fed6f3d

Validate country and hectometre in ISRS code
author Tom Gottfried <tom@intevation.de>
date Fri, 22 Feb 2019 18:02:23 +0100
parents 4374d942b23d
children 8481e6266691
line wrap: on
line diff
--- a/schema/tap_tests_data.sql	Fri Feb 22 15:15:23 2019 +0100
+++ b/schema/tap_tests_data.sql	Fri Feb 22 18:02:23 2019 +0100
@@ -16,7 +16,7 @@
 -- Test data used in *_tests.sql scripts
 --
 
-INSERT INTO countries VALUES ('AT'), ('RO');
+INSERT INTO countries VALUES ('AT'), ('RO'), ('DE');
 
 INSERT INTO users.responsibility_areas VALUES
     ('AT', ST_geomfromtext('MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)))', 4326)),