Changeset 11109 for main/kofacustom.skeleton/branches/henrik-diazo-themed/src/kofacustom/skeleton/interswitch/tests.py
- Timestamp:
- 17 Feb 2014, 15:46:03 (11 years ago)
- Location:
- main/kofacustom.skeleton/branches/henrik-diazo-themed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/branches/henrik-diazo-themed
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:ignore
-
main/kofacustom.skeleton/branches/henrik-diazo-themed/src/kofacustom/skeleton/interswitch/tests.py
r10765 r11109 17 17 ## 18 18 import os 19 from datetime import datetime, date, timedelta 19 20 from zope.component import createObject, getUtility 20 21 from zope.catalog.interfaces import ICatalog … … 172 173 def setUp(self): 173 174 super(InterswitchTestsApplicants, self).setUp() 175 configuration = SessionConfiguration() 176 configuration.academic_session = datetime.now().year - 2 177 self.app['configuration'].addSessionConfiguration(configuration) 178 self.configuration = configuration 174 179 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 175 180 self.browser.open(self.manage_path)
Note: See TracChangeset for help on using the changeset viewer.