Changeset 8303 for main/waeup.kofa/trunk
- Timestamp:
- 28 Apr 2012, 08:04:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/tests/test_export.py
r7819 r8303 365 365 self.assertEqual( 366 366 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' 369 369 ) 370 370 return … … 376 376 self.assertEqual( 377 377 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' 381 381 ) 382 382 return … … 389 389 self.assertEqual( 390 390 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' 395 395 ) 396 396 return … … 402 402 self.assertEqual( 403 403 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' 408 408 ) 409 409 return
Note: See TracChangeset for help on using the changeset viewer.