Changeset 14902 for main/waeup.uniben/trunk/src/waeup/uniben/students/tests
- Timestamp:
- 17 Nov 2017, 16:12:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r14898 r14902 224 224 cert = createObject('waeup.Certificate') 225 225 cert.code = u'xyz' 226 self.app['faculties']['JUPEB '] = Faculty(code=u'JUPEB')227 self.app['faculties']['JUPEB ']['dep1'] = Department(code=u'dep1')228 self.app['faculties']['JUPEB ']['dep1'].certificates.addCertificate(cert)226 self.app['faculties']['JUPEB123'] = Faculty(code=u'JUPEB123') 227 self.app['faculties']['JUPEB123']['dep1'] = Department(code=u'dep1') 228 self.app['faculties']['JUPEB123']['dep1'].certificates.addCertificate(cert) 229 229 self.student['studycourse'].certificate = cert 230 230 self.browser.open(self.student_path)
Note: See TracChangeset for help on using the changeset viewer.