Ignore:
Timestamp:
3 Apr 2016, 06:30:33 (9 years ago)
Author:
Henrik Bettermann
Message:

Add application_number to student base data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_export.py

    r13770 r13795  
    4848        result = open(self.outfile, 'rb').read()
    4949        self.assertMatches(
    50             'adm_code,alr_date,alr_fname,alr_no,alr_results,clr_code,'
     50            'adm_code,alr_date,alr_fname,alr_no,alr_results,'
     51            'application_number,clr_code,'
    5152            'date_of_birth,def_adm,disabled,email,emp2_end,emp2_position,'
    5253            'emp2_reason,emp2_start,emp_end,emp_position,emp_reason,'
     
    6869            'state,history,certcode,is_postgrad,current_level,current_session'
    6970            '\r\n'
    70             'my adm code,,,,"[(\'printing_craft_practice\', \'A1\')]",'
     71            'my adm code,,,,"[(\'printing_craft_practice\', \'A1\')]",,'
    7172            'my clr code,1981-02-04#,,,anna@sample.com,,,,,,,,,,,,,,,,,Anna,,,,,,'
    7273            '"[(\'printing_craft_practice\', \'A1\')]",,,,,,,,,,,,,,,,Tester,,,'
Note: See TracChangeset for help on using the changeset viewer.