source: products/quintagroup.plonetabs/branches/nokss/quintagroup/plonetabs/tests/selenium/configure.zcml @ 3681

Last change on this file since 3681 was 818, checked in by koval, 17 years ago

added PASMemberdataHandler, modified product tests

File size: 431 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:zcml="http://namespaces.zope.org/zcml">
4   
5    <include package="kss.demo" />
6   
7    <!-- Set up the kss.demo test utility -->
8    <utility
9        name="quintagroup.plonetabs.tests.selenium"
10        factory=".zopeconfig.PloneTabsSeleniumKssTests"
11        provides="kss.demo.interfaces.IKSSDemoResource"
12        permission="zope.Public"
13        />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.