[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/ Load permissions.zcml from Products.Five in the test to fix tests with Zope 2.12.

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


Log message for revision 118020:
  Load permissions.zcml from Products.Five in the test to fix tests with Zope 2.12.
  

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

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2010-10-29 23:14:07 UTC (rev 118019)
+++ Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2010-10-30 00:26:15 UTC (rev 118020)
@@ -4,6 +4,9 @@
 2.3.0-alpha (unreleased)
 ------------------------
 
+- Load permissions.zcml from Products.Five in the test to fix tests
+  with Zope 2.12.
+
 - notifyWorkflowCreated only to IWorkflowAware, possibly following adaption on
   IObjectAddedEvent.
 

Modified: Products.CMFCore/trunk/Products/CMFCore/testing.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/testing.py	2010-10-29 23:14:07 UTC (rev 118019)
+++ Products.CMFCore/trunk/Products/CMFCore/testing.py	2010-10-30 00:26:15 UTC (rev 118020)
@@ -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)
+        zcml.load_config('permissions.zcml', Products.Five)
         zcml.load_config('tool.zcml', Products.CMFCore)
         setHooks()
 



More information about the checkins mailing list