Ignore:
Timestamp:
28 May 2015, 14:00:57 (9 years ago)
Author:
Henrik Bettermann
Message:

Revert changes from r13007.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_export.py

    r13007 r13013  
    118118        result = open(self.outfile, 'rb').read()
    119119        self.assertMatches(
    120             'ac,amount_auth,created_online,creation_date,gateway_amt,p_category,p_current,'
     120            'ac,amount_auth,creation_date,gateway_amt,p_category,p_current,'
    121121            'p_id,p_item,p_level,p_session,p_state,payment_date,provider_amt,'
    122122            'r_amount_approved,r_card_num,r_code,r_company,r_desc,'
    123123            'r_pay_reference,thirdparty_amt,student_id,state,'
    124124            'current_session\r\n'
    125             '666,12.12,0,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,'
     125            '666,12.12,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,'
    126126            '100,2012,paid,2012-04-01 14:12:01#,,12.12,'
    127127            '789,r-code,interswatch,,,,A111111,created,2012\r\n',
Note: See TracChangeset for help on using the changeset viewer.