Changeset 13550 for main/waeup.uniben/trunk
- Timestamp:
- 21 Dec 2015, 06:21:29 (9 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r13245 r13550 48 48 'pre': ['Pre-Degree Studies', 'PRE'], 49 49 'cbt': ['UNIBEN CBT Practice Test', 'CBT'], 50 'asaba': ['Asaba Programmes', 'ASA'], 51 'akoka': ['Akoka Programmes', 'AKO'], 50 52 } 51 53 -
main/waeup.uniben/trunk/src/waeup/uniben/hostels/tests.py
r13323 r13550 37 37 38 38 def test_release_expired_allocations(self): 39 config = grok.getSite()['configuration'] 40 config.maintmode_enabled_by = u'any_user' 39 41 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 40 42 cat = queryUtility(ICatalog, name='beds_catalog') -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r13514 r13550 51 51 'pg_new2': 'Postgraduate (supplementary application #2, deprecated)', 52 52 'pre': 'Pre-Degree Studies', 53 'asaba': 'Federal College of Education (Technical) Asaba', 54 'akoka': 'Federal College of Education (Technical) Akoka', 53 55 } 54 56
Note: See TracChangeset for help on using the changeset viewer.