mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fixed TestGetApplicableTypes after 0e69f484f
This commit is contained in:
@@ -26,8 +26,9 @@ class TestGetApplicableTypes(test.bootstrap.IFC4):
|
||||
def test_run(self):
|
||||
assert subject.get_applicable_types("IfcWall") == ["IfcWallType"]
|
||||
assert subject.get_applicable_types("IfcWallStandardCase") == ["IfcWallType"]
|
||||
assert subject.get_applicable_types("IfcFlowSegment") == []
|
||||
assert subject.get_applicable_types("IfcFlowSegment") == ["IfcDistributionElementType"]
|
||||
assert subject.get_applicable_types("IfcDuctSegment") == ["IfcDuctSegmentType"]
|
||||
assert subject.get_applicable_types("IfcTask") == []
|
||||
|
||||
|
||||
class TestGetApplicableTypesIFC2X3(test.bootstrap.IFC2X3):
|
||||
|
||||
Reference in New Issue
Block a user