mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
geometry.unassign_representation - fix missing ifc2x3 tests
This commit is contained in:
@@ -77,3 +77,7 @@ class TestUnassignRepresentation(test.bootstrap.IFC4):
|
||||
assert len(self.file.by_type("IfcShapeRepresentation")) == 1
|
||||
assert not wall.Representation
|
||||
assert len(self.file.by_type("IfcProductDefinitionShape")) == 0
|
||||
|
||||
|
||||
class TestUnassignRepresentationIFC2X3(test.bootstrap.IFC2X3, TestUnassignRepresentation):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user