Changeset 1264
- Timestamp:
- 04/17/08 14:31:41 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.policy/trunk/pleiades/policy/tests/base.py
r1263 r1264 6 6 from Products.PloneTestCase import PloneTestCase as ptc 7 7 from Products.PloneTestCase.layer import onsetup 8 9 ztc.installProduct('ATVocabularyManager') 10 ztc.installProduct('PleiadesEntity') 8 11 9 12 @onsetup … … 15 18 """ 16 19 17 ztc.installProduct('ATVocabularyManager')18 ztc.installProduct('PleiadesEntity')19 20 # Load the ZCML configuration for the optilux.policy package. 20 21
