SVN: Zope3/branches/3.4/ftesting-base.zcml Bring ftesting-base.zcml in line with the default site.zcml.
Marius Gedminas <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080625230543.3530C399DA__7499.82776255838$1214435222$gmane$org@mail.zope.org> |
Log message for revision 87777: Bring ftesting-base.zcml in line with the default site.zcml. (Otherwise we get an error in apidoc's zcml about the layer directive being undefined.) Changed: U Zope3/branches/3.4/ftesting-base.zcml -=- Modified: Zope3/branches/3.4/ftesting-base.zcml =================================================================== --- Zope3/branches/3.4/ftesting-base.zcml 2008-06-25 20:54:21 UTC (rev 87776) +++ Zope3/branches/3.4/ftesting-base.zcml 2008-06-25 23:05:41 UTC (rev 87777) @@ -7,10 +7,11 @@ <!-- This file is the equivalent of site.zcml and it is --> <!-- used for functional testing setup --> + <include files="zopeskel/etc/package-includes/*-meta.zcml" /> + <include package="zope.app.zcmlfiles" /> <include package="zope.app.zcmlfiles" file="ftesting.zcml" /> - <include files="zopeskel/etc/package-includes/*-meta.zcml" /> <include files="zopeskel/etc/package-includes/*-configure.zcml" /> <include files="zopeskel/etc/package-includes/*-ftesting.zcml" />