- Timestamp:
- 21 Sep 2013, 08:27:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r10435 r10634 116 116 # The code has explicitely to be set, otherwise we don't 117 117 # find created students in their department 118 self.app['faculties']['fac1']['dep1'] = Department(code= 'dep1')118 self.app['faculties']['fac1']['dep1'] = Department(code=u'dep1') 119 119 self.department = self.app['faculties']['fac1']['dep1'] 120 120 self.app['faculties']['fac1']['dep1'].certificates.addCertificate(
Note: See TracChangeset for help on using the changeset viewer.