File tree Expand file tree Collapse file tree
src/Products/CMFCore/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -553,7 +553,8 @@ def test_notifyModified_called_after_cut_and_paste(self):
553553 # The optimized move path must call ob.notifyModified() so that the
554554 # modification date is updated in the same operation. In the
555555 # non-optimized Plone path this happened as a side-effect of
556- # CMFPlone.CatalogTool.indexObject delegating to reindexObject(idxs=[]).
556+ # CMFPlone.CatalogTool.indexObject delegating to
557+ # reindexObject(idxs=[]).
557558 self ._initPolicyAndUser ()
558559 site = self ._makeSite ()
559560 site .folder1 = SimpleFolder ('folder1' )
@@ -582,8 +583,9 @@ def test_notifyModified_called_after_moving(self):
582583
583584 site .manage_renameObject (id = 'bar' , new_id = 'baz' )
584585
585- self .assertTrue (site ['baz' ].notified ,
586- 'notifyModified() was not called on the renamed object' )
586+ self .assertTrue (
587+ site ['baz' ].notified ,
588+ 'notifyModified() was not called on the renamed object' )
587589
588590
589591def test_suite ():
You can’t perform that action at this time.
0 commit comments