From b68a92f2511869b841149ca22038e77ca7d32148 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 31 Jul 2024 15:09:03 +0500 Subject: [PATCH] remove bim.assign_objects_base_qto from tests (removed in 8c3d10a) --- src/blenderbim/test/bim/feature/qto.feature | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/blenderbim/test/bim/feature/qto.feature b/src/blenderbim/test/bim/feature/qto.feature index c3aeb402a2..a5f73c3c22 100644 --- a/src/blenderbim/test/bim/feature/qto.feature +++ b/src/blenderbim/test/bim/feature/qto.feature @@ -47,14 +47,6 @@ Scenario: Execute qto method - side formwork areas And I press "bim.execute_qto_method" Then "scene.BIMQtoProperties.qto_result" is "16.0" - Scenario: Assign objects base qto - Given an empty IFC project - And I add a cube - And the object "Cube" is selected - And I press "bim.assign_class(ifc_class='IfcWall', predefined_type='SOLIDWALL')" - When I press "bim.assign_objects_base_qto" - Then "active_object.PsetProperties.qto_name" is "Qto_WallBaseQuantities" - Scenario: Calculate all quantities Given an empty IFC project And I add a cube