Ignore:
Timestamp:
17 May 2021, 07:09:40 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix test.

File:
1 edited

Legend:

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

    r16334 r16483  
    124124        self.assertMatches(
    125125            'ac,amount_auth,creation_date,gateway_amt,net_amt,p_category,p_combi,p_current,'
    126             'p_id,p_item,p_level,p_session,p_split_data,p_state,payment_date,provider_amt,'
     126            'p_id,p_item,p_level,p_option,p_session,p_split_data,p_state,payment_date,provider_amt,'
    127127            'r_amount_approved,r_card_num,r_code,r_company,r_desc,'
    128128            'r_pay_reference,thirdparty_amt,student_id,state,'
    129129            'current_session\r\n'
    130130            '666,12.12,2012-04-01 13:12:01#,,,schoolfee,[],1,my-id,p-item,'
    131             '100,%s,,paid,2012-04-01 14:12:01#,,12.12,'
     131            '100,,%s,,paid,2012-04-01 14:12:01#,,12.12,'
    132132            '789,r-code,interswitch,,,,A111111,created,2012\r\n' % (curr_year-6),
    133133            result
     
    189189            result,
    190190            'ac,amount_auth,creation_date,formatted_p_date,gateway_amt,net_amt,'
    191             'p_category,p_combi,p_current,p_id,p_item,p_level,p_session,p_split_data,p_state,'
     191            'p_category,p_combi,p_current,p_id,p_item,p_level,p_option,p_session,p_split_data,p_state,'
    192192            'payment_date,provider_amt,r_amount_approved,r_card_num,r_code,'
    193193            'r_company,r_desc,r_pay_reference,thirdparty_amt,student_id,'
     
    196196
    197197            '666,12.12,%s-04-01 13:12:01#,,,,schoolfee,[],1,my-id,p-item,'
    198             '100,%s,,paid,%s-04-01 14:12:01#,,12.12,,r-code,,,,,A111111,'
     198            '100,,%s,,paid,%s-04-01 14:12:01#,,12.12,,r-code,,,,,A111111,'
    199199            '234,123,Anna,M.,Tester,f,created,2012,2010,ug_ft,NA,NA,CERT1,\r\n'
    200200            % (curr_year-6, curr_year-6, curr_year-6)
Note: See TracChangeset for help on using the changeset viewer.