source: products/quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/tests/tests.zcml @ 2802

Last change on this file since 2802 was 2802, checked in by mylan, 14 years ago

#195: fix bugs in doctests infrastructure, cleanup

File size: 389 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5  <adapter factory="quintagroup.formlib.captcha.example.CaptchaFormlibFormAdapter" />
6
7  <browser:page
8      name="formlib-captcha-form"
9      for="*"
10      class="quintagroup.formlib.captcha.example.CaptchaFormlibForm"
11      permission="zope2.View"
12      />
13   
14</configure>
Note: See TracBrowser for help on using the repository browser.