mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
document.remove_information to support ifc2x3 #4636
This commit is contained in:
@@ -60,3 +60,7 @@ class TestRemoveInformation(test.bootstrap.IFC4):
|
||||
assert len(self.file.by_type("IfcDocumentReference")) == 0
|
||||
assert len(self.file.by_type("IfcRelAssociatesDocument")) == 0
|
||||
assert len(self.file.by_type("IfcDocumentInformationRelationship")) == 0
|
||||
|
||||
|
||||
class TestRemoveInformationIFC2X3(test.bootstrap.IFC2X3, TestRemoveInformation):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user