mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Fix bug where an added default material was not linked and auto synced.
This commit is contained in:
@@ -6,7 +6,24 @@ Scenario: Add default material
|
||||
When I press "bim.add_default_material"
|
||||
Then the material "Default" exists
|
||||
|
||||
Scenario: Unlink object
|
||||
Scenario: Add material
|
||||
Given an empty IFC project
|
||||
And I add a cube
|
||||
And the object "Cube" is selected
|
||||
And I add a material
|
||||
When I press "bim.add_material"
|
||||
Then the material "Material" is an IFC material
|
||||
|
||||
Scenario: Remove material
|
||||
Given an empty IFC project
|
||||
And I add a cube
|
||||
And the object "Cube" is selected
|
||||
And I add a material
|
||||
And I press "bim.add_material"
|
||||
When I press "bim.remove_material"
|
||||
Then the material "Material" is not an IFC material
|
||||
|
||||
Scenario: Unlink material
|
||||
Given an empty IFC project
|
||||
And I add a cube
|
||||
And the object "Cube" is selected
|
||||
|
||||
Reference in New Issue
Block a user