Ignore:
Timestamp:
13 Oct 2014, 10:40:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace 'sampleuni' by 'pcn'.

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

Legend:

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

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

    r11687 r11832  
    2424from zope.catalog.interfaces import ICatalog
    2525from zope.intid.interfaces import IIntIds
    26 from kofacustom.sampleuni.testing import FunctionalLayer
     26from kofacustom.pcn.testing import FunctionalLayer
    2727from waeup.kofa.schoolgrades import ResultEntry
    2828from waeup.kofa.utils.utils import KofaUtils
    2929from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    3030from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    31 from kofacustom.sampleuni.applicants.export import CustomApplicantsExporter
    32 from kofacustom.sampleuni.applicants.batching import CustomApplicantProcessor
     31from kofacustom.pcn.applicants.export import CustomApplicantsExporter
     32from kofacustom.pcn.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.