[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/testing.py Note that loading the Products.Five permissions.zcml in the tests is for backwards compatibility with Zope 2.12.

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Oct 29 20:54:41 EDT 2010


Log message for revision 118021:
  Note that loading the Products.Five permissions.zcml in the tests is for backwards compatibility with Zope 2.12.

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/testing.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/testing.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/testing.py	2010-10-30 00:26:15 UTC (rev 118020)
+++ Products.CMFCore/trunk/Products/CMFCore/testing.py	2010-10-30 00:54:40 UTC (rev 118021)
@@ -140,6 +140,7 @@
         zcml.load_config('configure.zcml', zope.traversing)
         zcml.load_config('event.zcml', Products.Five)
         zcml.load_config('event.zcml', Products.CMFCore)
+        # BBB Next line needed for Zope 2.12:
         zcml.load_config('permissions.zcml', Products.Five)
         zcml.load_config('tool.zcml', Products.CMFCore)
         setHooks()



More information about the checkins mailing list