Changeset 8685 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 12 Jun 2012, 07:17:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r8642 r8685 172 172 173 173 # Configure university 174 self.app[' configuration'].accommodation_states = ['admitted']175 self.app[' configuration'].accommodation_session = 2004174 self.app['hostels'].accommodation_states = ['admitted'] 175 self.app['hostels'].accommodation_session = 2004 176 176 self.app['configuration'].carry_over = True 177 177 configuration = createObject('waeup.SessionConfiguration') … … 1601 1601 self.browser.getControl(name="form.p_category").value = ['bed_allocation'] 1602 1602 # If student is not in accommodation session, payment cannot be processed 1603 self.app[' configuration'].accommodation_session = 20111603 self.app['hostels'].accommodation_session = 2011 1604 1604 self.browser.getControl("Create ticket").click() 1605 1605 self.assertMatches('...Your current session does not match...', 1606 1606 self.browser.contents) 1607 self.app[' configuration'].accommodation_session = 20041607 self.app['hostels'].accommodation_session = 2004 1608 1608 self.browser.getControl("Add online payment ticket").click() 1609 1609 self.browser.getControl(name="form.p_category").value = ['bed_allocation']
Note: See TracChangeset for help on using the changeset viewer.