document.remove_information to support ifc2x3 #4636

This commit is contained in:
Andrej730
2024-05-09 13:44:54 +05:00
parent 6e2edbf101
commit 359dab573b
2 changed files with 23 additions and 10 deletions
@@ -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