Changeset 15055 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 18 Jun 2018, 05:20:14 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r15047 r15055 3539 3539 'zope.mgr - students.browser.DatacenterExportJobContainerJobConfig ' 3540 3540 '- 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' 3542 3542 % job_id in logcontent 3543 3543 ) … … 3635 3635 'zope.mgr - students.browser.FacultiesExportJobContainerJobConfig ' 3636 3636 '- 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' 3638 3638 % job_id in logcontent 3639 3639 ) … … 3696 3696 'zope.mgr - students.browser.FacultyExportJobContainerJobConfig ' 3697 3697 '- 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' 3699 3699 % job_id in logcontent 3700 3700 ) … … 3748 3748 'zope.mgr - students.browser.DepartmentExportJobContainerJobConfig ' 3749 3749 '- 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' 3751 3751 % job_id in logcontent 3752 3752 ) … … 3795 3795 'zope.mgr - students.browser.CertificateExportJobContainerJobConfig ' 3796 3796 '- exported: students ' 3797 '(2004, 100, None, None, None, CERT1, , , None, None, None ), '3797 '(2004, 100, None, None, None, CERT1, , , None, None, None, None), ' 3798 3798 'job_id=%s' 3799 3799 % job_id in logcontent
Note: See TracChangeset for help on using the changeset viewer.