- Timestamp:
- 13 Oct 2014, 10:40:59 (10 years ago)
- Location:
- main/kofacustom.pcn/trunk/src/kofacustom/pcn
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/students/tests/test_browser.py
r11687 r11832 34 34 IExtFileStore, IFileStoreNameChooser) 35 35 from waeup.kofa.students.interfaces import IStudentsUtils 36 from kofacustom. sampleuni.testing import FunctionalLayer36 from kofacustom.pcn.testing import FunctionalLayer 37 37 -
main/kofacustom.pcn/trunk/src/kofacustom/pcn/students/tests/test_export.py
r11687 r11832 5 5 from waeup.kofa.schoolgrades import ResultEntry 6 6 from waeup.kofa.students.tests.test_batching import StudentImportExportSetup 7 from kofacustom. sampleuni.utils.utils import CustomKofaUtils8 from kofacustom. sampleuni.students.export import (7 from kofacustom.pcn.utils.utils import CustomKofaUtils 8 from kofacustom.pcn.students.export import ( 9 9 CustomStudentsExporter, CustomStudentPaymentsExporter) 10 from kofacustom. sampleuni.testing import FunctionalLayer10 from kofacustom.pcn.testing import FunctionalLayer 11 11 12 12 -
main/kofacustom.pcn/trunk/src/kofacustom/pcn/students/tests/test_student.py
r11687 r11832 22 22 from zope.interface import verify 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom. sampleuni.students.student import CustomStudent, CustomStudentFactory25 from kofacustom. sampleuni.students.studycourse import (24 from kofacustom.pcn.students.student import CustomStudent, CustomStudentFactory 25 from kofacustom.pcn.students.studycourse import ( 26 26 CustomStudentStudyCourse, CustomStudentStudyCourseFactory) 27 from kofacustom. sampleuni.students.studylevel import (27 from kofacustom.pcn.students.studylevel import ( 28 28 CustomStudentStudyLevel, CustomCourseTicket, 29 29 CustomStudentStudyLevelFactory, 30 30 CustomCourseTicketFactory) 31 from kofacustom. sampleuni.students.interfaces import (31 from kofacustom.pcn.students.interfaces import ( 32 32 ICustomStudent, ICustomStudentStudyCourse, 33 33 ICustomStudentStudyLevel, ICustomCourseTicket) 34 from kofacustom. sampleuni.testing import FunctionalLayer34 from kofacustom.pcn.testing import FunctionalLayer 35 35 36 36
Note: See TracChangeset for help on using the changeset viewer.