paula.testing: test for finding txt files + minor bugfix
[paula/paual.testing.git] / paula.authutil / src / paula / authutil / ftesting.zcml
blob158e2036e9420863e877b6f36b368fda75614222
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:meta="http://namespaces.zope.org/meta"
4     >
6   <!-- Turn on the devmode -->
7   <meta:provides feature="devmode" />
9   <include
10       package="zope.app.zcmlfiles"
11       zcml:condition="installed zope.app.zcmlfiles"
12       />
14   <include package="paula.authentication" />
15   <include package="paula.authutil" />
17 </configure>