Changeset 6726
- Timestamp:
- 13 Sep 2011, 07:38:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/uli-studentpw/src/waeup/sirp/applicants/tests/test_catalog.py
r6632 r6726 28 28 from hurry.query import Eq 29 29 from hurry.query.interfaces import IQuery 30 from zope.app.testing.functional import FunctionalTestCase31 30 from zope.catalog.interfaces import ICatalog 32 31 from zope.component import getUtility … … 37 36 from waeup.sirp.applicants.container import ApplicantsContainer 38 37 from waeup.sirp.applicants.applicant import Applicant 39 from waeup.sirp.testing import FunctionalLayer 38 from waeup.sirp.testing import FunctionalLayer, FunctionalTestCase 40 39 41 40 class CatalogTests(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.