Changeset 7995 for main/waeup.custom/trunk/src/waeup/custom/interswitch
- Timestamp:
- 28 Mar 2012, 06:23:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/interswitch/tests.py
r7970 r7995 45 45 super(InterswitchTests, self).setUp() 46 46 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 47 self.browser.open(self.payments_ student_path)47 self.browser.open(self.payments_path) 48 48 IWorkflowState(self.student).setState('cleared') 49 self.browser.open(self.payments_ student_path + '/addop')49 self.browser.open(self.payments_path + '/addop') 50 50 self.browser.getControl("Create ticket").click() 51 51 self.assertMatches('...ticket created...',
Note: See TracChangeset for help on using the changeset viewer.