mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
See #3581. Fix failing IOS tests.
This commit is contained in:
@@ -46,5 +46,6 @@ class TestPsetQto:
|
||||
names = self.pset_qto.get_applicable_names("IfcWall")
|
||||
assert "Pset_WallCommon" in names
|
||||
names = self.pset_qto.get_applicable_names("IfcWallType")
|
||||
assert len(names) == 5
|
||||
assert len(names) == 6
|
||||
assert "Pset_WallCommon" in names
|
||||
assert "Qto_WallBaseQuantities" in names # Backported fix for IFC4
|
||||
|
||||
Reference in New Issue
Block a user