Changeset 15502 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests
- Timestamp:
- 19 Jul 2019, 05:58:55 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_export.py
r13968 r15502 72 72 self.assertEqual( 73 73 result, 74 'application_category,application_fee,application_slip_notice,code,description,' 75 'enddate,hidden,mode,prefix,startdate,strict_deadline,title,year\r\n' 74 'application_category,application_fee,application_slip_notice,code,' 75 'description,enddate,hidden,mode,prefix,startdate,' 76 'strict_deadline,title,with_picture,year\r\n' 76 77 77 78 'basic,0.0,,dp2015,' 78 79 '"Some Description\nwith linebreak\n<<de>>man spriht deutsh",' 79 80 '2015-01-31 23:00:00+00:00#,0,,app,2015-01-01 12:00:00+00:00#,1,' 80 'General Studies, 2015\r\n'81 'General Studies,1,2015\r\n' 81 82 ) 82 83 return
Note: See TracChangeset for help on using the changeset viewer.