Changeset 8020 for main/waeup.uniben/trunk/src/waeup/uniben/students/tests
- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r7995 r8020 25 25 from waeup.kofa.testing import FunctionalTestCase 26 26 from waeup.kofa.students.batching import StudentProcessor as StudentProcessorBase 27 from waeup. custom.students.batching import StudentProcessor28 from waeup. custom.testing import FunctionalLayer27 from waeup.uniben.students.batching import StudentProcessor 28 from waeup.uniben.testing import FunctionalLayer 29 29 30 30 STUDENT_SAMPLE_DATA = open(
Note: See TracChangeset for help on using the changeset viewer.