Log message for revision 40352:
  - made sure z3 permissions are available

Changed:
  U   CMF/trunk/GenericSetup/testing.py

-=-
Modified: CMF/trunk/GenericSetup/testing.py
===================================================================
--- CMF/trunk/GenericSetup/testing.py   2005-11-24 11:14:17 UTC (rev 40351)
+++ CMF/trunk/GenericSetup/testing.py   2005-11-24 11:16:14 UTC (rev 40352)
@@ -47,6 +47,7 @@
     def setUp(self):
         PlacelessSetup.setUp(self)
         zcml.load_config('meta.zcml', Products.Five)
+        zcml.load_config('permissions.zcml', Products.Five)
 
     def test_z3interfaces(self):
         verifyClass(IBody, self._getTargetClass())

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to