Ignore:
Timestamp:
Sep 14, 2012 10:16:29 AM (13 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/tests/base.py

    r2755 r3556  
    66from Products.PloneTestCase import PloneTestCase as ptc 
    77from Products.PloneTestCase.layer import onsetup 
     8 
    89 
    910@onsetup 
     
    3435ptc.setupPloneSite(products=['quintagroup.portlet.collection']) 
    3536 
     37 
    3638class TestCase(ptc.PloneTestCase): 
    3739    """Base class used for test cases 
    3840    """ 
    3941 
     42 
    4043class FunctionalTestCase(ptc.FunctionalTestCase): 
    4144    """Test case class used for functional (doc-)tests 
Note: See TracChangeset for help on using the changeset viewer.