Ignore:
Timestamp:
27 May 2013, 06:51:17 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename property attribute to avoid confusion with workflow state.

Remove redundant property attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_export.py

    r9983 r10232  
    631631            'ac,amount_auth,creation_date,p_category,p_current,p_id,'
    632632            'p_item,p_level,p_session,p_state,payment_date,r_amount_approved,'
    633             'r_code,r_desc,student_id,student_state,current_session\r\n'
     633            'r_code,r_desc,student_id,state,current_session\r\n'
    634634
    635635            ',0.0,2012-04-01 13:12:01,schoolfee,1,,,,,unpaid,,0.0,,,,,\r\n'
     
    649649            'ac,amount_auth,creation_date,p_category,p_current,p_id,'
    650650            'p_item,p_level,p_session,p_state,payment_date,r_amount_approved,'
    651             'r_code,r_desc,student_id,student_state,current_session\r\n'
     651            'r_code,r_desc,student_id,state,current_session\r\n'
    652652
    653653            '666,0.0,2012-04-01 13:12:01,schoolfee,1,my-id,'
     
    668668            'ac,amount_auth,creation_date,p_category,p_current,p_id,'
    669669            'p_item,p_level,p_session,p_state,payment_date,r_amount_approved,'
    670             'r_code,r_desc,student_id,student_state,current_session\r\n'
     670            'r_code,r_desc,student_id,state,current_session\r\n'
    671671
    672672            '666,0.0,2012-04-01 13:12:01,schoolfee,1,my-id,'
     
    687687            'ac,amount_auth,creation_date,p_category,p_current,p_id,'
    688688            'p_item,p_level,p_session,p_state,payment_date,r_amount_approved,'
    689             'r_code,r_desc,student_id,student_state,current_session\r\n'
     689            'r_code,r_desc,student_id,state,current_session\r\n'
    690690
    691691            '666,0.0,2012-04-01 13:12:01,schoolfee,1,my-id,'
     
    709709            'ac,amount_auth,creation_date,p_category,p_current,p_id,'
    710710            'p_item,p_level,p_session,p_state,payment_date,r_amount_approved,'
    711             'r_code,r_desc,student_id,student_state,current_session\r\n'
     711            'r_code,r_desc,student_id,state,current_session\r\n'
    712712
    713713            '666,0.0,2012-04-01 13:12:01,schoolfee,1,my-id,'
Note: See TracChangeset for help on using the changeset viewer.