source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/tests/ecmaunits/configure-online.zcml @ 3402

Last change on this file since 3402 was 884, checked in by mylan, 17 years ago

Correct reply notification message template.

File size: 421 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:browser="http://namespaces.zope.org/browser"
3           xmlns:five="http://namespaces.zope.org/five">
4 
5    <!-- testing support. Allows testing from a browser,
6         by loading qpttestsuite -->
7    <browser:page
8        for="*"
9        class=".ecmaview.EcmaView"
10        name="qpttestsuite"
11        permission="zope.Public"
12        />
13
14</configure>
Note: See TracBrowser for help on using the repository browser.