mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
More segfault fixes in test suite (maybe order matters only on Linux?)
This commit is contained in:
@@ -458,5 +458,5 @@ class TestRemoveProduct(test.bootstrap.IFC4):
|
||||
assert not self.file.by_type("IfcRelFlowControlElements")
|
||||
|
||||
|
||||
class TestRemoveProductIFC2X3(test.bootstrap.IFC2X3, TestRemoveProduct):
|
||||
class TestRemoveProductIFC2X3(TestRemoveProduct, test.bootstrap.IFC2X3):
|
||||
pass
|
||||
|
||||
@@ -64,5 +64,5 @@ class TestUnassignFlowControl(test.bootstrap.IFC4):
|
||||
assert relation.RelatedControlElements == (flow_control,)
|
||||
|
||||
|
||||
class TestUnassignFlowControlIFC2X3(test.bootstrap.IFC2X3, TestUnassignFlowControl):
|
||||
class TestUnassignFlowControlIFC2X3(TestUnassignFlowControl, test.bootstrap.IFC2X3):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user