Changeset 9760 for main/waeup.kofa/trunk/src
- Timestamp:
- 1 Dec 2012, 17:53:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r9741 r9760 2099 2099 self.assertRaises( 2100 2100 Unauthorized, self.browser.open, payment_url + '/approve') 2101 # In the base package they can 'use' a fake approval view 2101 # In the base package they can 'use' a fake approval view. 2102 # XXX: I tried to use 2103 # self.student['payments'][value].approveStudentPayment() instead. 2104 # But this function fails in 2105 # w.k.accesscodes.accesscode.create_accesscode. 2106 # grok.getSite returns None in tests. 2102 2107 self.browser.open(payment_url + '/fake_approve') 2103 2108 self.assertMatches('...Payment approved...',
Note: See TracChangeset for help on using the changeset viewer.