- Timestamp:
- 27 May 2015, 15:55:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_export.py
r12875 r13007 118 118 result = open(self.outfile, 'rb').read() 119 119 self.assertMatches( 120 'ac,amount_auth,creat ion_date,gateway_amt,p_category,p_current,'120 'ac,amount_auth,created_online,creation_date,gateway_amt,p_category,p_current,' 121 121 'p_id,p_item,p_level,p_session,p_state,payment_date,provider_amt,' 122 122 'r_amount_approved,r_card_num,r_code,r_company,r_desc,' 123 123 'r_pay_reference,thirdparty_amt,student_id,state,' 124 124 'current_session\r\n' 125 '666,12.12, 2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,'125 '666,12.12,0,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,' 126 126 '100,2012,paid,2012-04-01 14:12:01#,,12.12,' 127 127 '789,r-code,interswatch,,,,A111111,created,2012\r\n',
Note: See TracChangeset for help on using the changeset viewer.