Ignore:
Timestamp:
13 Sep 2011, 08:19:54 (13 years ago)
Author:
uli
Message:

Use logger-aware testing components from w.s.testing.
Remove unused imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_catalog.py

    r6632 r6732  
    2525import shutil
    2626import tempfile
    27 import unittest
    2827from hurry.query import Eq
    2928from hurry.query.interfaces import IQuery
    30 from zope.app.testing.functional import FunctionalTestCase
    3129from zope.catalog.interfaces import ICatalog
    3230from zope.component import getUtility
     
    3735from waeup.sirp.applicants.container import ApplicantsContainer
    3836from waeup.sirp.applicants.applicant import Applicant
    39 from waeup.sirp.testing import FunctionalLayer
     37from waeup.sirp.testing import FunctionalLayer, FunctionalTestCase
    4038
    4139class CatalogTests(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.