mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Fix #1857. Fix bug where deleting from the outliner was not tracked.
This commit is contained in:
@@ -282,6 +282,10 @@ Scenario: Override delete - with active IFC data
|
||||
When I press "object.delete"
|
||||
Then the object "IfcWall/Cube" does not exist
|
||||
|
||||
Scenario: Override outliner delete
|
||||
Given an untestable scenario
|
||||
Then nothing happens
|
||||
|
||||
Scenario: Override duplicate move - without active IFC data
|
||||
Given an empty Blender session
|
||||
And I add a cube
|
||||
|
||||
@@ -40,6 +40,11 @@ def replace_variables(value):
|
||||
return value
|
||||
|
||||
|
||||
@given("an untestable scenario")
|
||||
def an_untestable_scenario():
|
||||
pass
|
||||
|
||||
|
||||
@given("an empty Blender session")
|
||||
@when("an empty Blender session is started")
|
||||
def an_empty_ifc_project():
|
||||
|
||||
Reference in New Issue
Block a user