Ignore:
Timestamp:
9 Apr 2012, 07:53:53 (13 years ago)
Author:
Henrik Bettermann
Message:

Doing the same in custom.

File:
1 edited

Legend:

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

    r8055 r8072  
    196196            'applicant_id,application_date,application_number,course1,course2,'
    197197            'course_admitted,date_of_birth,display_fullname,email,employer,'
    198             'firstname,history,lastname,lga,locked,middlename,notice,password,'
    199             'phone,reg_number,screening_score,screening_venue,sex,state,'
    200             'student_id'
     198            'firstname,history,lastname,lga,locked,middlename,nationality,'
     199            'notice,password,phone,reg_number,screening_score,screening_venue,'
     200            'sex,state,student_id'
    201201            in result)
    202202        self.assertTrue(
    203             'Application initialized by system\'],Tester,foreigner,0,M.,'
     203            'Application initialized by system\'],Tester,,0,M.,,'
    204204            '"Some notice\nin lines.",any password,+234-123-12345,123456,98,'
    205205            'Exam Room,f,initialized,' in result)
Note: See TracChangeset for help on using the changeset viewer.