Changeset 2853 in products


Ignore:
Timestamp:
Sep 23, 2010 4:16:58 PM (14 years ago)
Author:
mylan
Message:

#231: Fix problems with FormFolder? creation in tests for plone-4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/tests/base.py

    r2737 r2853  
    2020ptc.setupPloneSite() 
    2121 
     22# !!! Not initialized factory methods for the content types 
     23# !!! (for Plone-4+) if located in NotInstalled.setUp 
     24# !!! method of the layer class. 
     25ztc.installProduct('PloneFormGen') 
     26 
    2227class NotInstalled(PloneSite): 
    2328    """ Only package register, without installation into portal 
     
    2934        zcml.load_config('configure.zcml', quintagroup.pfg.captcha) 
    3035        fiveconfigure.debug_mode = False 
    31         ztc.installProduct('PloneFormGen') 
    3236        ztc.installPackage('quintagroup.pfg.captcha') 
    3337        ztc.installPackage('quintagroup.captcha.core') 
Note: See TracChangeset for help on using the changeset viewer.