Fix #3275. You can now rename types from the type manager.

This commit is contained in:
Dion Moult
2023-07-14 23:58:25 +10:00
parent d42aa7d8cb
commit c3c018283b
5 changed files with 32 additions and 7 deletions
+3
View File
@@ -492,6 +492,9 @@ class TestUpdateDrawingName:
drawing.does_file_exist("absolute_layout_uri").should_be_called().will_return(True)
drawing.update_embedded_svg_location("absolute_layout_uri", "old_location", "new_location").should_be_called()
drawing.is_editing_sheets().should_be_called().will_return(True)
drawing.import_sheets().should_be_called()
subject.update_drawing_name(ifc, drawing, drawing="drawing", name="name")