[CMF-checkins] SVN: CMF/trunk/CMFSetup/tests/test_cookieauth.py - just load exportimport ZCML

Yvo Schubbe y.2005- at wcm-solutions.de
Thu Nov 24 06:17:46 EST 2005


Log message for revision 40353:
  - just load exportimport ZCML

Changed:
  U   CMF/trunk/CMFSetup/tests/test_cookieauth.py

-=-
Modified: CMF/trunk/CMFSetup/tests/test_cookieauth.py
===================================================================
--- CMF/trunk/CMFSetup/tests/test_cookieauth.py	2005-11-24 11:16:14 UTC (rev 40352)
+++ CMF/trunk/CMFSetup/tests/test_cookieauth.py	2005-11-24 11:17:46 UTC (rev 40353)
@@ -54,7 +54,7 @@
         PlacelessSetup.setUp(self)
         BaseRegistryTests.setUp(self)
         zcml.load_config('meta.zcml', Products.Five)
-        zcml.load_config('configure.zcml', Products.CMFCore)
+        zcml.load_config('configure.zcml', Products.CMFCore.exportimport)
 
     def tearDown(self):
         BaseRegistryTests.tearDown(self)



More information about the CMF-checkins mailing list