- Timestamp:
- 25 Jul 2012, 21:09:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/tests/test_browser.py
r8926 r9046 346 346 'reg_number,result_uploaded,screening_date,screening_score,screening_venue,sex,' 347 347 'state,student_id,' 348 ' container_code'348 'suspended,container_code' 349 349 in result) 350 350 self.assertTrue( … … 352 352 '"Some notice\nin lines.",,,any password,,+234-123-12345,,,' 353 353 '123456,,"Saturday, 16th June 2012 2:00:00 PM",98,Exam Room,f,' 354 'initialized,, dp2011'354 'initialized,,0,dp2011' 355 355 in result) 356 356 # We can import the same file if we ignore some columns. … … 371 371 'reg_number','result_uploaded', 372 372 'screening_date','screening_score','screening_venue','sex', 373 'state','student_id',' container_code'],373 'state','student_id','suspended','container_code'], 374 374 mode='create') 375 375 num_succ, num_fail, finished_path, failed_path = result … … 395 395 'reg_number','result_uploaded','screening_date','screening_score', 396 396 'screening_venue','sex', 397 'state','student_id',' ignore_container_code'],397 'state','student_id','suspended','ignore_container_code'], 398 398 mode='update') 399 399 num_succ, num_fail, finished_path, failed_path = result
Note: See TracChangeset for help on using the changeset viewer.