Ignore:
Timestamp:
15 Nov 2011, 07:55:37 (13 years ago)
Author:
uli
Message:

First sketch of PrincipalRoleManager? specifically designed for applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py

    r7088 r7113  
    9393        certificate.code = 'CERT1'
    9494        certificate.application_category = 'basic'
     95        self.certificate = certificate
    9596        self.app['faculties']['fac1'] = Faculty()
    9697        self.app['faculties']['fac1']['dep1'] = Department()
     98        self.department = self.app['faculties']['fac1']['dep1']
    9799        self.app['faculties']['fac1']['dep1'].certificates.addCertificate(
    98100            certificate)
Note: See TracChangeset for help on using the changeset viewer.