Changeset 13112 for main/waeup.aaue/trunk
- Timestamp:
- 28 Jun 2015, 07:45:42 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_export.py
r12876 r13112 47 47 result = open(self.outfile, 'rb').read() 48 48 self.assertMatches( 49 'adm_code,alr_date,alr_fname,alr_no,alr_results, clearance_locked,'49 'adm_code,alr_date,alr_fname,alr_no,alr_results,' 50 50 'clr_code,date_of_birth,def_adm,disabled,email,emp2_end,' 51 51 'emp2_position,emp2_reason,emp2_start,emp_end,emp_position,' … … 63 63 'suspended,suspended_comment,password,state,history,certcode,is_postgrad,' 64 64 'current_level,current_session\r\nmy adm code,,,,' 65 '"[(\'printing_craft_practice\', \'A1\')]", 0,my clr code,1981-02-04#,,,'65 '"[(\'printing_craft_practice\', \'A1\')]",my clr code,1981-02-04#,,,' 66 66 'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'printing_craft_practice\', \'A1\')]"' 67 67 ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,'
Note: See TracChangeset for help on using the changeset viewer.