Changeset 8303


Ignore:
Timestamp:
28 Apr 2012, 08:04:31 (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

    r7819 r8303  
    365365        self.assertEqual(
    366366            result,
    367             'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category\r\n'
    368             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic\r\n'
     367            'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category,school_fee_1,school_fee_2\r\n'
     368            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,\r\n'
    369369            )
    370370        return
     
    376376        self.assertEqual(
    377377            result,
    378             'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category\r\n'
    379             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic\r\n'
    380             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest\r\n'
     378            'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category,school_fee_1,school_fee_2\r\n'
     379            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,\r\n'
     380            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,\r\n'
    381381            )
    382382        return
     
    389389        self.assertEqual(
    390390            result,
    391             'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category\r\n'
    392             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic\r\n'
    393             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest\r\n'
    394             'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no\r\n'
     391            'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category,school_fee_1,school_fee_2\r\n'
     392            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,\r\n'
     393            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,\r\n'
     394            'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,\r\n'
    395395            )
    396396        return
     
    402402        self.assertEqual(
    403403            result,
    404             'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category\r\n'
    405             'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic\r\n'
    406             'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest\r\n'
    407             'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no\r\n'
     404            'code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category,school_fee_1,school_fee_2\r\n'
     405            'CERT1,F1,D1,Master of Cheese,ct_ft,100,300,basic,,\r\n'
     406            'CERT2,F1,D1,Master of Cheddar,ct_ft,400,700,cest,,\r\n'
     407            'CERT3,F1,D2,Cert. of Rubbish,dp_pt,100,200,no,,\r\n'
    408408            )
    409409        return
Note: See TracChangeset for help on using the changeset viewer.