- Timestamp:
- 31 May 2012, 17:02:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py
r8577 r8578 235 235 applicant.screening_score = 98 236 236 applicant.screening_venue = u'Exam Room' 237 applicant.screening_date = u'Saturday, 16th June 2012 2:00:00 PM' 237 238 applicant.password = 'any password' 238 239 return applicant … … 257 258 'nationality,notice,nysc_lga,' 258 259 'nysc_year,password,perm_address,phone,pp_school,presently_inst,' 259 'reg_number,screening_date,screening_score,screening_venue,sex,state,student_id,' 260 'reg_number,screening_date,screening_score,screening_venue,sex,' 261 'state,student_id,' 260 262 'container_code' 261 263 in result) … … 263 265 'Application initialized by system\'],,,,,,,,,Tester,,0,M.,,' 264 266 '"Some notice\nin lines.",,,any password,,+234-123-12345,,,' 265 '123456,,98,Exam Room,f,initialized,,dp2011' in result) 266 return 267 '123456,"Saturday, 16th June 2012 2:00:00 PM",98,Exam Room,f,' 268 'initialized,,dp2011' in result) 269 return
Note: See TracChangeset for help on using the changeset viewer.