- Timestamp:
- 31 May 2012, 19:12:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py
r8579 r8580 240 240 return applicant 241 241 242 def test_export_ all(self):242 def test_export_reimport_all(self): 243 243 # we can export all applicants in a portal 244 244 # set values we can expect in export file … … 268 268 '123456,"Saturday, 16th June 2012 2:00:00 PM",98,Exam Room,f,' 269 269 'initialized,,dp2011' in result) 270 # We can import the same file with if we ignore some columns. 271 # Since the applicants_catalog hasn't been notified, the same 272 # record with same reg_number can be imported twice. 270 273 processor = CustomApplicantProcessor() 271 274 result = processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.