diff src/test/resources/datasets/clean_and_seed.sql @ 1048:6960275c4609 schema-update

Added unit tests for probe- and messung identifier.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 09 Sep 2016 15:35:49 +0200
parents ea550e9a09a3
children 28d2d5be7e03
line wrap: on
line diff
--- a/src/test/resources/datasets/clean_and_seed.sql	Fri Sep 09 15:35:09 2016 +0200
+++ b/src/test/resources/datasets/clean_and_seed.sql	Fri Sep 09 15:35:49 2016 +0200
@@ -42,6 +42,9 @@
             id, bundesland, bezeichnung,
             is_bundesland, is_gemeinde, is_landkreis, is_regbezirk)
        VALUES ('11000000', '11000000', 'Berlin', 1, 1, 1, 0);
+INSERT INTO probenehmer (
+			id, netzbetreiber_id, prn_id, bezeichnung, kurz_bezeichnung)
+		VALUES (726, '06', 'prn', 'test', 'test');
 
 -- authorization data needed for tests
 INSERT INTO auth (ldap_group, netzbetreiber_id, mst_id, funktion_id)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)