- Timestamp:
- 15 Nov 2011, 07:55:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r7088 r7113 93 93 certificate.code = 'CERT1' 94 94 certificate.application_category = 'basic' 95 self.certificate = certificate 95 96 self.app['faculties']['fac1'] = Faculty() 96 97 self.app['faculties']['fac1']['dep1'] = Department() 98 self.department = self.app['faculties']['fac1']['dep1'] 97 99 self.app['faculties']['fac1']['dep1'].certificates.addCertificate( 98 100 certificate)
Note: See TracChangeset for help on using the changeset viewer.