[CMF-checkins] SVN: CMF/trunk/DCWorkflow/testing.py - load
GenericSetup's meta.zcml in exportimport tests
Yvo Schubbe
y.2007- at wcm-solutions.de
Tue Dec 18 17:14:22 EST 2007
Log message for revision 82342:
- load GenericSetup's meta.zcml in exportimport tests
Changed:
U CMF/trunk/DCWorkflow/testing.py
-=-
Modified: CMF/trunk/DCWorkflow/testing.py
===================================================================
--- CMF/trunk/DCWorkflow/testing.py 2007-12-18 22:13:10 UTC (rev 82341)
+++ CMF/trunk/DCWorkflow/testing.py 2007-12-18 22:14:21 UTC (rev 82342)
@@ -32,6 +32,7 @@
import Products.DCWorkflow
zcml.load_config('meta.zcml', Products.Five)
+ zcml.load_config('meta.zcml', Products.GenericSetup)
zcml.load_config('configure.zcml', Products.Five)
zcml.load_config('configure.zcml', Products.GenericSetup)
zcml.load_config('tool.zcml', Products.CMFCore)
More information about the CMF-checkins
mailing list