Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

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  
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
    3131from waeup.kofa.testing import FunctionalTestCase
    32 from kofacustom.skeleton.applicants.applicant import (
     32from kofacustom.wdu.applicants.applicant import (
    3333    CustomApplicant, CustomApplicantFactory,
    3434    )
    35 from kofacustom.skeleton.applicants.interfaces import ICustomApplicant
    36 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.wdu.applicants.interfaces import ICustomApplicant
     36from kofacustom.wdu.testing import FunctionalLayer
    3737
    3838class CustomApplicantTest(FunctionalTestCase):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/tests/test_browser.py

    r11813 r11940  
    2424from zope.catalog.interfaces import ICatalog
    2525from zope.intid.interfaces import IIntIds
    26 from kofacustom.skeleton.testing import FunctionalLayer
     26from kofacustom.wdu.testing import FunctionalLayer
    2727from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2828from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    29 from kofacustom.skeleton.applicants.export import CustomApplicantsExporter
    30 from kofacustom.skeleton.applicants.batching import CustomApplicantProcessor
     29from kofacustom.wdu.applicants.export import CustomApplicantsExporter
     30from kofacustom.wdu.applicants.batching import CustomApplicantProcessor
    3131
    3232class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.