[Checkins] SVN: Products.CMFCore/branches/rossp-intid/Products/CMFCore/testing.py Fix for CMFDefault tests doing cataloging just with the event layer

Ross Patterson me at rpatterson.net
Thu Nov 3 04:20:45 UTC 2011


Log message for revision 123271:
  Fix for CMFDefault tests doing cataloging just with the event layer

Changed:
  U   Products.CMFCore/branches/rossp-intid/Products/CMFCore/testing.py

-=-
Modified: Products.CMFCore/branches/rossp-intid/Products/CMFCore/testing.py
===================================================================
--- Products.CMFCore/branches/rossp-intid/Products/CMFCore/testing.py	2011-11-03 03:05:05 UTC (rev 123270)
+++ Products.CMFCore/branches/rossp-intid/Products/CMFCore/testing.py	2011-11-03 04:20:44 UTC (rev 123271)
@@ -129,6 +129,7 @@
         except IOError:  # Zope <= 2.12.x
             zcml.load_config('event.zcml', Products.Five)
         zcml.load_config('event.zcml', Products.CMFCore)
+        zcml.load_config('testing.zcml', Products.ZCatalog)
         setHooks()
 
     @classmethod



More information about the checkins mailing list