Ignore:
Timestamp:
7 Jul 2012, 10:37:30 (13 years ago)
Author:
Henrik Bettermann
Message:

Use applicants components from kofacustom.nigeria. Since we do not customize interfaces again, there is no need to customize UI components, except CustomApplicantEditFormPage?.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
1 edited
4 copied

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue

  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/tests/test_applicant.py

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

    r8928 r8931  
    3939from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    4040from waeup.kofa.interfaces import IBatchProcessor
    41 from waeup.uniben.testing import FunctionalLayer
    42 from waeup.uniben.applicants.export import CustomApplicantsExporter
    43 from waeup.uniben.applicants.batching import CustomApplicantProcessor
     41from waeup.aaue.testing import FunctionalLayer
     42from waeup.aaue.applicants.export import CustomApplicantsExporter
     43from waeup.aaue.applicants.batching import CustomApplicantProcessor
    4444
    4545
Note: See TracChangeset for help on using the changeset viewer.