- Timestamp:
- 17 Apr 2012, 12:14:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py
r8130 r8196 34 34 from waeup.kofa.interfaces import IBatchProcessor 35 35 from waeup.uniben.testing import FunctionalLayer 36 from waeup.uniben.applicants.export import ApplicantsExporter36 from waeup.uniben.applicants.export import CustomApplicantsExporter 37 37 38 38 … … 187 187 # set values we can expect in export file 188 188 self.applicant = self.setup_applicant(self.applicant) 189 exporter = ApplicantsExporter()189 exporter = CustomApplicantsExporter() 190 190 exporter.export_all(self.app, self.outfile) 191 191 result = open(self.outfile, 'rb').read()
Note: See TracChangeset for help on using the changeset viewer.