From 04535d27ecc1af7bcb25f340b4d9f323355885a5 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 21 Nov 2021 21:19:10 +0100 Subject: [PATCH] Bimtester, improve German attribute feature translation, get rid of umlaut since it makes problems in some circumstances --- .../bimtester/features/steps/attributes_psets/de.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcbimtester/bimtester/features/steps/attributes_psets/de.py b/src/ifcbimtester/bimtester/features/steps/attributes_psets/de.py index e2f6516e4f..9e4677a4b7 100644 --- a/src/ifcbimtester/bimtester/features/steps/attributes_psets/de.py +++ b/src/ifcbimtester/bimtester/features/steps/attributes_psets/de.py @@ -4,6 +4,6 @@ from behave import use_step_matcher use_step_matcher("parse") -@step('An alle "{ifc_class}" Bauteile ist im PSet "{pset}" das Attribut "{aproperty}" angehÃĪngt') +@step('Alle "{ifc_class}" Bauteile haben das Attribut "{aproperty}" im PSet "{pset}"') def step_impl(context, ifc_class, aproperty, pset): context.execute_steps(f'* All "{ifc_class}" elements have an "{aproperty}" property in the "{pset}" pset')