Changeset 16360
- Timestamp:
- 10 Jan 2021, 14:02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r16330 r16360 279 279 cert = createObject('waeup.Certificate') 280 280 cert.code = u'xyz' 281 cert.study_mode = 'found' 281 282 self.app['faculties']['JUPEB123'] = Faculty(code=u'JUPEB123') 282 283 self.app['faculties']['JUPEB123']['dep1'] = Department(code=u'dep1')
Note: See TracChangeset for help on using the changeset viewer.