Changeset 1264

Show
Ignore:
Timestamp:
04/17/08 14:31:41 (8 months ago)
Author:
sgillies
Message:

Move product load up to module level

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades.policy/trunk/pleiades/policy/tests/base.py

    r1263 r1264  
    66from Products.PloneTestCase import PloneTestCase as ptc 
    77from Products.PloneTestCase.layer import onsetup 
     8 
     9ztc.installProduct('ATVocabularyManager') 
     10ztc.installProduct('PleiadesEntity') 
    811 
    912@onsetup 
     
    1518    """ 
    1619 
    17     ztc.installProduct('ATVocabularyManager') 
    18     ztc.installProduct('PleiadesEntity') 
    1920    # Load the ZCML configuration for the optilux.policy package. 
    2021