Ignore:
Timestamp:
18 Jun 2018, 05:20:14 (7 years ago)
Author:
Henrik Bettermann
Message:

Add payment session filter to payment exporters.

File:
1 edited

Legend:

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

    r15047 r15055  
    35393539            'zope.mgr - students.browser.DatacenterExportJobContainerJobConfig '
    35403540            '- exported: bursary (2004, 100, ug_ft, None, None, None, '
    3541             '13/12/2012, 14/12/2012, all, all, all), job_id=%s'
     3541            '13/12/2012, 14/12/2012, all, all, all, all), job_id=%s'
    35423542            % job_id in logcontent
    35433543            )
     
    36353635            'zope.mgr - students.browser.FacultiesExportJobContainerJobConfig '
    36363636            '- exported: bursary (2004, 100, ug_ft, None, None, None, '
    3637             '13/12/2012, 14/12/2012, all, all, schoolfee), job_id=%s'
     3637            '13/12/2012, 14/12/2012, all, all, schoolfee, all), job_id=%s'
    36383638            % job_id in logcontent
    36393639            )
     
    36963696            'zope.mgr - students.browser.FacultyExportJobContainerJobConfig '
    36973697            '- exported: students (2004, 100, ug_ft, fac1, None, None, '
    3698             '13/12/2012, 14/12/2012, all, all, all), job_id=%s'
     3698            '13/12/2012, 14/12/2012, all, all, all, all), job_id=%s'
    36993699            % job_id in logcontent
    37003700            )
     
    37483748            'zope.mgr - students.browser.DepartmentExportJobContainerJobConfig '
    37493749            '- exported: students (2004, 100, ug_ft, None, dep1, None, '
    3750             '13/12/2012, 14/12/2012, all, all, all), job_id=%s'
     3750            '13/12/2012, 14/12/2012, all, all, all, all), job_id=%s'
    37513751            % job_id in logcontent
    37523752            )
     
    37953795            'zope.mgr - students.browser.CertificateExportJobContainerJobConfig '
    37963796            '- exported: students '
    3797             '(2004, 100, None, None, None, CERT1, , , None, None, None), '
     3797            '(2004, 100, None, None, None, CERT1, , , None, None, None, None), '
    37983798            'job_id=%s'
    37993799            % job_id in logcontent
Note: See TracChangeset for help on using the changeset viewer.