Changeset 9130


Ignore:
Timestamp:
31 Aug 2012, 09:18:57 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/tests/test_export.py

    r8986 r9130  
    380380            'code,faculty_code,department_code,title,study_mode,start_level,'
    381381            'end_level,application_category,school_fee_1,'
    382             'school_fee_2,users_with_local_roles\r\n'
    383             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,'
     382            'school_fee_2,school_fee_3,school_fee_4,users_with_local_roles\r\n'
     383            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,,,'
    384384            '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
    385385            )
     
    394394            'code,faculty_code,department_code,title,study_mode,start_level,'
    395395            'end_level,application_category,school_fee_1,'
    396             'school_fee_2,users_with_local_roles\r\n'
    397             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,'
    398             '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
    399             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,[]\r\n'
     396            'school_fee_2,school_fee_3,school_fee_4,users_with_local_roles\r\n'
     397            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,,,'
     398            '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
     399            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,,,[]\r\n'
    400400            )
    401401        return
     
    410410            'code,faculty_code,department_code,title,study_mode,start_level,'
    411411            'end_level,application_category,'
    412             'school_fee_1,school_fee_2,users_with_local_roles\r\n'
    413             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,'
    414             '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
    415             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,[]\r\n'
    416             'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,,[]\r\n'
     412            'school_fee_1,school_fee_2,school_fee_3,school_fee_4,'
     413            'users_with_local_roles\r\n'
     414            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,,,'
     415            '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
     416            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,,,[]\r\n'
     417            'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,,,,[]\r\n'
    417418            )
    418419        return
     
    426427            'code,faculty_code,department_code,title,study_mode,start_level,'
    427428            'end_level,application_category,'
    428             'school_fee_1,school_fee_2,users_with_local_roles\r\n'
    429             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,'
    430             '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
    431             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,[]\r\n'
    432             'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,,[]\r\n'
     429            'school_fee_1,school_fee_2,school_fee_3,school_fee_4,'
     430            'users_with_local_roles\r\n'
     431            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,,,,'
     432            '"[{\'user_name\': u\'bob\', \'local_role\': u\'bobsrole\'}]"\r\n'
     433            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,,,,[]\r\n'
     434            'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,,,,[]\r\n'
    433435            )
    434436        return
Note: See TracChangeset for help on using the changeset viewer.