Draft: Housekeeping: call 'make' functions with new name, continued

This commit is contained in:
Roy
2022-02-11 17:21:53 +01:00
committed by Uwe
parent 6718d8797e
commit acfdfb9c2d
10 changed files with 25 additions and 25 deletions

View File

@@ -563,7 +563,7 @@ class DraftModification(unittest.TestCase):
_msg(" Drawing view")
_msg(" page={}".format(page.TypeId))
_msg(" template={}".format(page.Template))
obj = Draft.makeDrawingView(prism, page, otherProjection=None)
obj = Draft.make_drawing_view(prism, page, otherProjection=None)
self.assertTrue(obj, "'{}' failed".format(operation))
def test_mirror(self):