- Timestamp:
- 9 Nov 2014, 08:44:55 (10 years ago)
- Location:
- main/kofacustom.wdu/trunk/src/kofacustom/wdu
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/tests/test_applicant.py
r10765 r11940 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from kofacustom. skeleton.applicants.applicant import (32 from kofacustom.wdu.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from kofacustom. skeleton.applicants.interfaces import ICustomApplicant36 from kofacustom. skeleton.testing import FunctionalLayer35 from kofacustom.wdu.applicants.interfaces import ICustomApplicant 36 from kofacustom.wdu.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase): -
main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/tests/test_browser.py
r11813 r11940 24 24 from zope.catalog.interfaces import ICatalog 25 25 from zope.intid.interfaces import IIntIds 26 from kofacustom. skeleton.testing import FunctionalLayer26 from kofacustom.wdu.testing import FunctionalLayer 27 27 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 28 28 from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup 29 from kofacustom. skeleton.applicants.export import CustomApplicantsExporter30 from kofacustom. skeleton.applicants.batching import CustomApplicantProcessor29 from kofacustom.wdu.applicants.export import CustomApplicantsExporter 30 from kofacustom.wdu.applicants.batching import CustomApplicantProcessor 31 31 32 32 class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.