diff src/test/resources/datasets/clean_and_seed.sql @ 1232:93918aca306e

Adapt tests to model changes in rev 1bc8ab13e1f7.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Dec 2016 16:21:12 +0100
parents 186d602e031a
children b652f4c9b75c
line wrap: on
line diff
--- a/src/test/resources/datasets/clean_and_seed.sql	Fri Dec 09 18:20:22 2016 +0100
+++ b/src/test/resources/datasets/clean_and_seed.sql	Tue Dec 13 16:21:12 2016 +0100
@@ -49,7 +49,7 @@
 INSERT INTO verwaltungseinheit (
             id, bundesland, bezeichnung,
             is_bundesland, is_gemeinde, is_landkreis, is_regbezirk)
-       VALUES ('11000000', '11000000', 'Berlin', 1, 1, 1, 0);
+       VALUES ('11000000', '11000000', 'Berlin', true, true, true, false);
 INSERT INTO probenehmer (
 			id, netzbetreiber_id, prn_id, bezeichnung, kurz_bezeichnung)
 		VALUES (726, '06', 'prn', 'test', 'test');
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)