comparison 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
comparison
equal deleted inserted replaced
1047:1b6adb3971d4 1048:6960275c4609
40 INSERT INTO umwelt (id, umwelt_bereich) VALUES ('L6', 'Spurenmessung Luft'); 40 INSERT INTO umwelt (id, umwelt_bereich) VALUES ('L6', 'Spurenmessung Luft');
41 INSERT INTO verwaltungseinheit ( 41 INSERT INTO verwaltungseinheit (
42 id, bundesland, bezeichnung, 42 id, bundesland, bezeichnung,
43 is_bundesland, is_gemeinde, is_landkreis, is_regbezirk) 43 is_bundesland, is_gemeinde, is_landkreis, is_regbezirk)
44 VALUES ('11000000', '11000000', 'Berlin', 1, 1, 1, 0); 44 VALUES ('11000000', '11000000', 'Berlin', 1, 1, 1, 0);
45 INSERT INTO probenehmer (
46 id, netzbetreiber_id, prn_id, bezeichnung, kurz_bezeichnung)
47 VALUES (726, '06', 'prn', 'test', 'test');
45 48
46 -- authorization data needed for tests 49 -- authorization data needed for tests
47 INSERT INTO auth (ldap_group, netzbetreiber_id, mst_id, funktion_id) 50 INSERT INTO auth (ldap_group, netzbetreiber_id, mst_id, funktion_id)
48 VALUES ('mst_06_status', '06', '06010', 1); 51 VALUES ('mst_06_status', '06', '06010', 1);
49 INSERT INTO auth (ldap_group, netzbetreiber_id, funktion_id) 52 INSERT INTO auth (ldap_group, netzbetreiber_id, funktion_id)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)