[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/ftesting-base.zcml
Functional tests should perform ZCML configuration the same
way as 'site.zcml'. It means that we should import
'*-meta.zcml' before other files.
Florent Xicluna
laxyf at yahoo.fr
Fri Sep 8 18:06:07 EDT 2006
Log message for revision 70081:
Functional tests should perform ZCML configuration the same way as 'site.zcml'. It means that we should import '*-meta.zcml' before other files.
Changed:
U Zope3/trunk/zopeskel/etc/ftesting-base.zcml
-=-
Modified: Zope3/trunk/zopeskel/etc/ftesting-base.zcml
===================================================================
--- Zope3/trunk/zopeskel/etc/ftesting-base.zcml 2006-09-08 21:44:44 UTC (rev 70080)
+++ Zope3/trunk/zopeskel/etc/ftesting-base.zcml 2006-09-08 22:06:06 UTC (rev 70081)
@@ -7,10 +7,11 @@
<!-- This file is the equivalent of site.zcml and it is -->
<!-- used for functional testing setup -->
+ <include files="package-includes/*-meta.zcml" />
+
<include package="zope.app" />
<include package="zope.app" file="ftesting.zcml" />
- <include files="package-includes/*-meta.zcml" />
<include files="package-includes/*-configure.zcml" />
<include files="package-includes/*-ftesting.zcml" />
More information about the Zope3-Checkins
mailing list