Changeset 13795 for main/waeup.aaue/trunk/src/waeup/aaue/students/tests
- Timestamp:
- 3 Apr 2016, 06:30:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_export.py
r13770 r13795 48 48 result = open(self.outfile, 'rb').read() 49 49 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,' 51 52 'date_of_birth,def_adm,disabled,email,emp2_end,emp2_position,' 52 53 'emp2_reason,emp2_start,emp_end,emp_position,emp_reason,' … … 68 69 'state,history,certcode,is_postgrad,current_level,current_session' 69 70 '\r\n' 70 'my adm code,,,,"[(\'printing_craft_practice\', \'A1\')]", '71 'my adm code,,,,"[(\'printing_craft_practice\', \'A1\')]",,' 71 72 'my clr code,1981-02-04#,,,anna@sample.com,,,,,,,,,,,,,,,,,Anna,,,,,,' 72 73 '"[(\'printing_craft_practice\', \'A1\')]",,,,,,,,,,,,,,,,Tester,,,'
Note: See TracChangeset for help on using the changeset viewer.