From 4d1d2940c73ce02ce49fc06ff57dc10aa9355bd6 Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 25 Sep 2025 16:58:46 +0200 Subject: [PATCH] easy .json daten auch in die Tests mit aufgenommen --- testdata/easy_positionsdraw.json | 11 +---------- testdata/easy_todraw.json | 4 +--- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/testdata/easy_positionsdraw.json b/testdata/easy_positionsdraw.json index 57f9bae..6634e4d 100644 --- a/testdata/easy_positionsdraw.json +++ b/testdata/easy_positionsdraw.json @@ -327,14 +327,5 @@ 0.0 ] ] - }, - "not_found": { - "missing_distributors": [], - "missing_sensors": [], - "missing_tunnel": [], - "missing_attributes": { - "BX0101": "Nur ein Block und/oder fehlende Attribute: dict_keys(['A', 'B', 'C', 'ARTINR', 'BESCHR', 'MENGE', 'POSITION', 'GRUPPE', 'ETIKETTE', 'AUFLOESE', 'pos'])" - } - }, - "double_ids": {} + } } \ No newline at end of file diff --git a/testdata/easy_todraw.json b/testdata/easy_todraw.json index 03b8da9..2eda769 100644 --- a/testdata/easy_todraw.json +++ b/testdata/easy_todraw.json @@ -599,7 +599,5 @@ "errors_tunnels": [], "errors_dists_not_in_layout": [], "errors_sensors_not_in_layout": [], - "errors_missing_attributes": { - "BX0101": "Nur ein Block und/oder fehlende Attribute: dict_keys(['A', 'B', 'C', 'ARTINR', 'BESCHR', 'MENGE', 'POSITION', 'GRUPPE', 'ETIKETTE', 'AUFLOESE', 'pos'])" - } + "errors_missing_attributes": {} } \ No newline at end of file