Damn, just realized some problem I am not able to fix ...
If a translated step fails I get an error message but everything works well ... I have no idea how to get rid of this error message.
English:
IFC data must use the IFC2X3 schema
Assertion Failed: We expected a schema of IFC2X3 but instead got IFC4
German:
Die IFC Daten müssen das IFC2X3 Schema benutzen
Assertion Failed: FAILED SUB-STEP: * IFC data must use the IFC2X3 schema
Substep info: Assertion Failed: We expected a schema of IFC2X3 but instead got IFC4
Traceback (of failed substep):
File "/usr/local/lib/python3.7/dist-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/usr/local/lib/python3.7/dist-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "../../tmp/bimtesterfc/features/steps/ifcdata.py", line 17, in step_impl
schema, IfcFile.get().schema
French:
Les données IFC doivent utiliser le schéma IFC2X3
Assertion Failed: FAILED SUB-STEP: * IFC data must use the IFC2X3 schema
Substep info: Assertion Failed: We expected a schema of IFC2X3 but instead got IFC4
Traceback (of failed substep):
File "/usr/local/lib/python3.7/dist-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/usr/local/lib/python3.7/dist-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "../../tmp/bimtesterfc/features/steps/ifcdata.py", line 17, in step_impl
schema, IfcFile.get().schema