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