Ignore:
Timestamp:
31 May 2012, 17:02:45 (12 years ago)
Author:
Henrik Bettermann
Message:

The exporter works as expected. But does the importer accept these files? We need a test for that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py

    r8577 r8578  
    235235        applicant.screening_score = 98
    236236        applicant.screening_venue = u'Exam Room'
     237        applicant.screening_date = u'Saturday, 16th June 2012 2:00:00 PM'
    237238        applicant.password = 'any password'
    238239        return applicant
     
    257258            'nationality,notice,nysc_lga,'
    258259            '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,'
    260262            'container_code'
    261263            in result)
     
    263265            'Application initialized by system\'],,,,,,,,,Tester,,0,M.,,'
    264266            '"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.