mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
oops, forgot to clean up the test name
This commit is contained in:
@@ -235,7 +235,7 @@ class TestCopyClass(test.bootstrap.IFC4):
|
|||||||
|
|
||||||
|
|
||||||
class TestCopyClassIFC2X3(test.bootstrap.IFC2X3):
|
class TestCopyClassIFC2X3(test.bootstrap.IFC2X3):
|
||||||
def test_copying_distribution_ports_bug(self):
|
def test_copying_distribution_ports(self):
|
||||||
element = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcFlowTerminal")
|
element = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcFlowTerminal")
|
||||||
port = ifcopenshell.api.run("system.add_port", self.file)
|
port = ifcopenshell.api.run("system.add_port", self.file)
|
||||||
ifcopenshell.api.run("system.assign_port", self.file, element=element, port=port)
|
ifcopenshell.api.run("system.assign_port", self.file, element=element, port=port)
|
||||||
|
|||||||
Reference in New Issue
Block a user