Changeset 9519 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 4 Nov 2012, 06:13:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r9517 r9519 2033 2033 2034 2034 def test_student_schoolfee_payment(self): 2035 configuration = createObject('waeup.SessionConfiguration') 2036 configuration.academic_session = 2005 2037 self.app['configuration'].addSessionConfiguration(configuration) 2035 2038 # Login 2036 2039 self.browser.open(self.login_path) … … 2208 2211 2209 2212 def test_postgraduate_student_payments(self): 2213 configuration = createObject('waeup.SessionConfiguration') 2214 configuration.academic_session = 2005 2215 self.app['configuration'].addSessionConfiguration(configuration) 2210 2216 self.certificate.study_mode = 'pg_ft' 2211 2217 self.certificate.start_level = 999
Note: See TracChangeset for help on using the changeset viewer.