Changeset 2101 in products
- Timestamp:
- Apr 9, 2010 1:55:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/tests.py
r2100 r2101 20 20 21 21 _marker = object() 22 23 22 PACKAGES = [ 24 23 'quintagroup.captcha.core', … … 26 25 ] 27 26 PROFILES = [p+':default' for p in PACKAGES] 27 REQUIREMENTS = ['PloneFormGen',] + PACKAGES 28 28 29 29 @onsetup … … 46 46 qi = self.portal.portal_quickinstaller 47 47 installed = [p['id'] for p in qi.listInstalledProducts()] 48 for p in PRODUCTS:48 for p in REQUIREMENTS: 49 49 if p.startswith('Products'): 50 50 p = p[9:]
Note: See TracChangeset
for help on using the changeset viewer.