Changeset 13112 for main/waeup.aaue


Ignore:
Timestamp:
28 Jun 2015, 07:45:42 (9 years ago)
Author:
Henrik Bettermann
Message:

Adjust tests.

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  
    4747        result = open(self.outfile, 'rb').read()
    4848        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,'
    5050            'clr_code,date_of_birth,def_adm,disabled,email,emp2_end,'
    5151            'emp2_position,emp2_reason,emp2_start,emp_end,emp_position,'
     
    6363            'suspended,suspended_comment,password,state,history,certcode,is_postgrad,'
    6464            '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#,,,'
    6666            'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'printing_craft_practice\', \'A1\')]"'
    6767            ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,'
Note: See TracChangeset for help on using the changeset viewer.