[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py Shut up deprecation warnings.

Florent Guillaume fg at nuxeo.com
Tue Nov 1 18:44:38 EST 2005


Log message for revision 39836:
  Shut up deprecation warnings.
  

Changed:
  U   Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py

-=-
Modified: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py
===================================================================
--- Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py	2005-11-01 23:44:21 UTC (rev 39835)
+++ Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py	2005-11-01 23:44:38 UTC (rev 39836)
@@ -14,6 +14,8 @@
         return
     def manage_beforeDelete(self, item, container):
         return
+    manage_afterAdd.__five_method__ = True
+    manage_beforeDelete.__five_method__ = True
     def wl_isLocked(self):
         return 0
 



More information about the Zope-Checkins mailing list