This commit is contained in:
Gorgious56
2021-10-21 01:10:22 +02:00
committed by GitHub
parent cb08c19942
commit fec295d021
5 changed files with 20 additions and 50 deletions
@@ -0,0 +1,11 @@
@patch
Feature: Patch
Scenario: Execute IFC Patch
Given an empty IFC project
And I set "scene.BIMPatchProperties.ifc_patch_recipes" to "OffsetObjectPlacements"
And I set "scene.BIMPatchProperties.ifc_patch_input" to "{cwd}/test/files/basic.ifc"
And I set "scene.BIMPatchProperties.ifc_patch_output" to "{cwd}/test/files/basic-patched.ifc"
And I set "scene.BIMPatchProperties.ifc_patch_args" to "[123454321,0,0,0]"
When I press "bim.execute_ifc_patch"
Then the file "{cwd}/test/files/basic-patched.ifc" should contain "123454321"