mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
fix resource bim tests after 1a4e467
operator prop was deprecated a long time ago in e2d4a3a
This commit is contained in:
@@ -312,7 +312,7 @@ Scenario: Assign Resource
|
|||||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||||
And I press "bim.assign_class"
|
And I press "bim.assign_class"
|
||||||
And the object "IfcWall/Cube" is selected
|
And the object "IfcWall/Cube" is selected
|
||||||
And I press "bim.assign_resource(resource={labor_resource}, related_object="")"
|
And I press "bim.assign_resource(resource={labor_resource})"
|
||||||
Then nothing happens
|
Then nothing happens
|
||||||
|
|
||||||
Scenario: Unassign Resource
|
Scenario: Unassign Resource
|
||||||
@@ -328,7 +328,7 @@ Scenario: Unassign Resource
|
|||||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||||
And I press "bim.assign_class"
|
And I press "bim.assign_class"
|
||||||
And the object "IfcWall/Cube" is selected
|
And the object "IfcWall/Cube" is selected
|
||||||
And I press "bim.assign_resource(resource={labor_resource}, related_object="")"
|
And I press "bim.assign_resource(resource={labor_resource})"
|
||||||
And the object "IfcWall/Cube" is selected
|
And the object "IfcWall/Cube" is selected
|
||||||
And I press "bim.unassign_resource(resource={labor_resource}, related_object="")"
|
And I press "bim.unassign_resource(resource={labor_resource})"
|
||||||
Then nothing happens
|
Then nothing happens
|
||||||
|
|||||||
Reference in New Issue
Block a user