Changeset 6726


Ignore:
Timestamp:
13 Sep 2011, 07:38:02 (13 years ago)
Author:
uli
Message:

Use our local FunctionalTestCase? to remove logger properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/uli-studentpw/src/waeup/sirp/applicants/tests/test_catalog.py

    r6632 r6726  
    2828from hurry.query import Eq
    2929from hurry.query.interfaces import IQuery
    30 from zope.app.testing.functional import FunctionalTestCase
    3130from zope.catalog.interfaces import ICatalog
    3231from zope.component import getUtility
     
    3736from waeup.sirp.applicants.container import ApplicantsContainer
    3837from waeup.sirp.applicants.applicant import Applicant
    39 from waeup.sirp.testing import FunctionalLayer
     38from waeup.sirp.testing import FunctionalLayer, FunctionalTestCase
    4039
    4140class CatalogTests(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.