From bf3a03837e7953b7ceb19c3678cf05c5cb0df28f Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 25 Sep 2025 16:38:20 +0200 Subject: [PATCH] =?UTF-8?q?testdatensatz=20zur=20=C3=9Cberdefinition=20von?= =?UTF-8?q?=203=20Tunnels=20dazu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testdata/easy_3tunnels_errors.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testdata/easy_3tunnels_errors.json diff --git a/testdata/easy_3tunnels_errors.json b/testdata/easy_3tunnels_errors.json new file mode 100644 index 0000000..0c3e24b --- /dev/null +++ b/testdata/easy_3tunnels_errors.json @@ -0,0 +1,15 @@ +{ + "errors": { + "missing_distributors": [], + "missing_sensors": [], + "missing_tunnel": [], + "overdefined_tunnel": [ + "TUNNEL2" + ] + }, + "warnings": { + "missing_attributes": { + "BX0101": "Nur ein Block und/oder fehlende Attribute: dict_keys(['A', 'B', 'C', 'ARTINR', 'BESCHR', 'MENGE', 'POSITION', 'GRUPPE', 'ETIKETTE', 'AUFLOESE', 'pos'])" + } + } +}