comparison src/test/resources/datasets/dbUnit_messung.json @ 1040:ea550e9a09a3 schema-update

Updated unit tests to fit the new data model.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 02 Sep 2016 14:03:25 +0200
parents 59c51da59b30
children
comparison
equal deleted inserted replaced
1039:7339dd0f8a67 1040:ea550e9a09a3
1 { 1 {
2 "land.messung": [{ 2 "land.messung": [{
3 "id": 1200, 3 "id": 1200,
4 "probe_id": 1000, 4 "probe_id": 1000,
5 "nebenproben_nr": "T100", 5 "nebenproben_nr": "T100",
6 "id_alt": 453,
6 "mmt_id": "G1", 7 "mmt_id": "G1",
7 "messdauer": 3600, 8 "messdauer": 3600,
8 "messzeitpunkt": "2012-05-06 14:00:00", 9 "messzeitpunkt": "2012-05-06 14:00:00",
9 "fertig": false, 10 "fertig": false,
10 "letzte_aenderung": "2012-05-08 12:00:00", 11 "letzte_aenderung": "2012-05-08 12:00:00",
11 "geplant": true, 12 "geplant": true,
12 "tree_modified": "2012-05-09 12:00:00" 13 "tree_modified": "2012-05-09 12:00:00"
13 }], 14 }],
14 "land.messung_translation": [{
15 "id": 1200,
16 "messungs_id": 1200,
17 "messungs_id_alt": 453
18 }],
19 "land.status_protokoll": [{ 15 "land.status_protokoll": [{
20 "id": 1000, 16 "id": 1000,
21 "erzeuger": "06010", 17 "erzeuger": "06010",
22 "datum": "2012-05-08 11:00:00", 18 "datum": "2012-05-08 11:00:00",
23 "text": "Initialer Status", 19 "text": "Initialer Status",
24 "messungs_id": 1200, 20 "messungs_id": 1200,
25 "status_stufe": 1, 21 "status_kombi": 1,
26 "status_wert": 0,
27 "tree_modified": "2012-05-09 12:00:00" 22 "tree_modified": "2012-05-09 12:00:00"
28 }] 23 }]
29 } 24 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)