Mercurial > lada > lada-server
comparison src/test/resources/datasets/dbUnit_messung.json @ 832:59c51da59b30
Refactored test environment.
Land tests are using arquillian persistence extension (built on DBUnit).
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 18 Dec 2015 18:01:00 +0100 |
parents | |
children | ea550e9a09a3 |
comparison
equal
deleted
inserted
replaced
831:3d76d476894f | 832:59c51da59b30 |
---|---|
1 { | |
2 "land.messung": [{ | |
3 "id": 1200, | |
4 "probe_id": 1000, | |
5 "nebenproben_nr": "T100", | |
6 "mmt_id": "G1", | |
7 "messdauer": 3600, | |
8 "messzeitpunkt": "2012-05-06 14:00:00", | |
9 "fertig": false, | |
10 "letzte_aenderung": "2012-05-08 12:00:00", | |
11 "geplant": true, | |
12 "tree_modified": "2012-05-09 12:00:00" | |
13 }], | |
14 "land.messung_translation": [{ | |
15 "id": 1200, | |
16 "messungs_id": 1200, | |
17 "messungs_id_alt": 453 | |
18 }], | |
19 "land.status_protokoll": [{ | |
20 "id": 1000, | |
21 "erzeuger": "06010", | |
22 "datum": "2012-05-08 11:00:00", | |
23 "text": "Initialer Status", | |
24 "messungs_id": 1200, | |
25 "status_stufe": 1, | |
26 "status_wert": 0, | |
27 "tree_modified": "2012-05-09 12:00:00" | |
28 }] | |
29 } |