clean up bim tests from trailing spaces

This commit is contained in:
Andrej730
2024-07-31 17:19:56 +05:00
parent 6be1b80a82
commit bea92455dd
5 changed files with 50 additions and 53 deletions
@@ -12,4 +12,3 @@ Scenario: Execute generate flooring coverings from walls
And the object "IfcWall/Wall" is selected And the object "IfcWall/Wall" is selected
When I press "bim.add_instance_flooring_coverings_from_walls" When I press "bim.add_instance_flooring_coverings_from_walls"
Then nothing happens Then nothing happens
@@ -96,4 +96,3 @@ Scenario: Remove drawing - deleting active drawing
And the object "IfcAnnotation/PLAN_VIEW" is selected And the object "IfcAnnotation/PLAN_VIEW" is selected
When I press "bim.override_object_delete" When I press "bim.override_object_delete"
Then the collection "IfcAnnotation/PLAN_VIEW" does not exist Then the collection "IfcAnnotation/PLAN_VIEW" does not exist
@@ -609,4 +609,3 @@ Scenario: Refresh linked aggregate - after duplicating an object
Then the object "IfcWall/Wall_01.001" exists Then the object "IfcWall/Wall_01.001" exists
And the object "IfcWall/Wall_02.001" exists And the object "IfcWall/Wall_02.001" exists
And the object "IfcWall/Wall_03.001" exists And the object "IfcWall/Wall_03.001" exists
@@ -315,7 +315,7 @@ Scenario: Assign Resource
And I press "bim.assign_resource(resource={labor_resource}, related_object="")" And I press "bim.assign_resource(resource={labor_resource}, related_object="")"
Then nothing happens Then nothing happens
Scenario: UnAssign Resource Scenario: Unassign Resource
Given an empty IFC project Given an empty IFC project
When I press "bim.load_resources" When I press "bim.load_resources"
When I press "bim.add_resource(ifc_class="IfcCrewResource")" When I press "bim.add_resource(ifc_class="IfcCrewResource")"