Ignore:
Timestamp:
31 Aug 2021, 14:41:29 (3 years ago)
Author:
Henrik Bettermann
Message:

Change from skeleton to ecns.

Location:
main/kofacustom.ecns/trunk/src/kofacustom/ecns
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ecns/trunk/src/kofacustom/ecns/applicants/tests/test_applicant.py

    r15614 r16589  
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
    3131from waeup.kofa.testing import FunctionalTestCase
    32 from kofacustom.skeleton.applicants.applicant import (
     32from kofacustom.ecns.applicants.applicant import (
    3333    CustomApplicant, CustomApplicantFactory,
    3434    )
    35 from kofacustom.skeleton.applicants.interfaces import ICustomApplicant
    36 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.ecns.applicants.interfaces import ICustomApplicant
     36from kofacustom.ecns.testing import FunctionalLayer
    3737
    3838class CustomApplicantTest(FunctionalTestCase):
  • main/kofacustom.ecns/trunk/src/kofacustom/ecns/applicants/tests/test_browser.py

    r15614 r16589  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.skeleton.testing import FunctionalLayer
     27from kofacustom.ecns.testing import FunctionalLayer
    2828from waeup.kofa.browser.tests.test_pdf import samples_dir
    2929from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    3030from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    31 from kofacustom.skeleton.applicants.export import CustomApplicantExporter
    32 from kofacustom.skeleton.applicants.batching import CustomApplicantProcessor
     31from kofacustom.ecns.applicants.export import CustomApplicantExporter
     32from kofacustom.ecns.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.