[Checkins] SVN: Products.CMFCore/branches/2.1/Products/CMFCore/testing.py We must load meta.zcml from GenericSetup as well

Wichert Akkerman wichert at wiggy.net
Wed Sep 10 20:57:37 EDT 2008


Log message for revision 91048:
  We must load meta.zcml from GenericSetup as well

Changed:
  U   Products.CMFCore/branches/2.1/Products/CMFCore/testing.py

-=-
Modified: Products.CMFCore/branches/2.1/Products/CMFCore/testing.py
===================================================================
--- Products.CMFCore/branches/2.1/Products/CMFCore/testing.py	2008-09-10 23:15:14 UTC (rev 91047)
+++ Products.CMFCore/branches/2.1/Products/CMFCore/testing.py	2008-09-11 00:57:35 UTC (rev 91048)
@@ -220,6 +220,7 @@
 
         zcml.load_config('meta.zcml', Products.Five)
         zcml.load_config('permissions.zcml', Products.Five)
+        zcml.load_config('meta.zcml', Products.GenericSetup)
         zcml.load_config('configure.zcml', Products.GenericSetup)
         zcml.load_config('tool.zcml', Products.CMFCore)
         zcml.load_config('configure.zcml', Products.CMFCore.exportimport)



More information about the Checkins mailing list