Ignore:
Timestamp:
19 Jul 2019, 05:58:55 (5 years ago)
Author:
Henrik Bettermann
Message:

Add passport picture switch to applicants containers.

File:
1 edited

Legend:

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

    r13968 r15502  
    7272        self.assertEqual(
    7373            result,
    74             'application_category,application_fee,application_slip_notice,code,description,'
    75             'enddate,hidden,mode,prefix,startdate,strict_deadline,title,year\r\n'
     74            'application_category,application_fee,application_slip_notice,code,'
     75            'description,enddate,hidden,mode,prefix,startdate,'
     76            'strict_deadline,title,with_picture,year\r\n'
    7677
    7778            'basic,0.0,,dp2015,'
    7879            '"Some Description\nwith linebreak\n<<de>>man spriht deutsh",'
    7980            '2015-01-31 23:00:00+00:00#,0,,app,2015-01-01 12:00:00+00:00#,1,'
    80             'General Studies,2015\r\n'
     81            'General Studies,1,2015\r\n'
    8182            )
    8283        return
Note: See TracChangeset for help on using the changeset viewer.