Changeset 13014
- Timestamp:
- 28 May 2015, 14:02:53 (9 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r13009 r13014 330 330 acc_payment.pay_item_id = '123' 331 331 acc_payment.amount_auth = 876.0 332 acc_payment.created_online = True333 332 self.student['payments']['xyz'] = acc_payment 334 333 self.browser.open(self.payments_path + '/xyz') -
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_export.py
r13009 r13014 99 99 result = open(self.outfile, 'rb').read() 100 100 self.assertMatches( 101 'ac,amount_auth,creat ed_online,creation_date,gateway_amt,p_category,p_current,'101 'ac,amount_auth,creation_date,gateway_amt,p_category,p_current,' 102 102 'p_id,p_item,p_level,p_session,p_state,payment_date,provider_amt,' 103 103 'r_amount_approved,r_card_num,r_code,r_company,r_desc,' 104 104 'r_pay_reference,thirdparty_amt,student_id,state,' 105 105 'current_session\r\n' 106 '666,12.12, 0,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,'106 '666,12.12,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,' 107 107 '100,2012,paid,2012-04-01 14:12:01#,,12.12,' 108 108 '789,r-code,interswatch,,,,A111111,created,2012\r\n',
Note: See TracChangeset for help on using the changeset viewer.