Mercurial > lada > lada-server
diff src/test/resources/datasets/dbUnit_probe.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 | 685ced261ea4 |
children | 6960275c4609 |
line wrap: on
line diff
--- a/src/test/resources/datasets/dbUnit_probe.json Fri Sep 02 14:02:54 2016 +0200 +++ b/src/test/resources/datasets/dbUnit_probe.json Fri Sep 02 14:03:25 2016 +0200 @@ -1,6 +1,7 @@ { "land.probe": [{ "id": 1000, + "id_alt": "T001", "ba_id": "1", "datenbasis_id": 2, "letzte_aenderung": "2012-05-05 11:12:00", @@ -8,7 +9,6 @@ "media_desk": "D: 59 04 01 00 05 05 01 02 00 00 00 00", "mst_id": "06010", "labor_mst_id": "06010", - "netzbetreiber_id": "06", "probeentnahme_beginn": "2012-05-03 13:07:00", "probenart_id": 1, "test": false, @@ -20,10 +20,5 @@ "solldatum_beginn": "2012-05-01 16:00:00", "solldatum_ende": "2012-05-05 16:00:00", "tree_modified": "2012-05-08 10:00:00" - }], - "land.probe_translation": [{ - "id": 1100, - "probe_id": 1000, - "probe_id_alt": "T001" }] }