[Checkins] SVN: Products.CMFUid/trunk/Products/CMFUid/tests/test_uidannotation.py - use same security setup for all copy/paste tests

Yvo Schubbe y.2010 at wcm-solutions.de
Sun Dec 26 05:45:15 EST 2010


Log message for revision 119118:
  - use same security setup for all copy/paste tests

Changed:
  U   Products.CMFUid/trunk/Products/CMFUid/tests/test_uidannotation.py

-=-
Modified: Products.CMFUid/trunk/Products/CMFUid/tests/test_uidannotation.py
===================================================================
--- Products.CMFUid/trunk/Products/CMFUid/tests/test_uidannotation.py	2010-12-26 10:31:29 UTC (rev 119117)
+++ Products.CMFUid/trunk/Products/CMFUid/tests/test_uidannotation.py	2010-12-26 10:45:15 UTC (rev 119118)
@@ -258,6 +258,7 @@
         self.failIf( annotation() == new_annotation() )
 
     def test_simulateNestedFolderCloneRemovingUid1(self):
+        self._initPolicyAndUser() # allow copy/paste operations
         self.root.site._setObject( 'foo', Folder(id='foo') )
         self.root.site._setObject( 'foo2', Folder(id='foo2') )
         foo = self.root.site.foo



More information about the checkins mailing list