Changeset 6903
- Timestamp:
- 16 Oct 2011, 09:11:59 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/ftesting.zcml
r6278 r6903 1 1 <configure 2 2 xmlns="http://namespaces.zope.org/zope" 3 i18n_domain="waeup. sirp"4 package="waeup. sirp"3 i18n_domain="waeup.custom" 4 package="waeup.custom" 5 5 > 6 6 7 7 <include package="grok" /> 8 <includeOverrides package="waeup. sirp" />8 <includeOverrides package="waeup.custom" /> 9 9 10 10 <!-- Typical functional testing security setup --> -
main/waeup.custom/trunk/src/waeup/custom/students/browser.py
r6902 r6903 22 22 payment.surcharge_3) = getPaymentDetails( 23 23 data['p_category'],self.context.__parent__) 24 import pdb; pdb.set_trace()25 24 if payment.amount_auth == 0: 26 25 self.flash('Payment amount could not be determined.') -
main/waeup.custom/trunk/src/waeup/custom/students/tests.py
r6902 r6903 1 from waeup. sirp.testing import FunctionalLayer1 from waeup.custom.testing import FunctionalLayer 2 2 from waeup.sirp.students.tests.test_browser import StudentsFullSetup 3 3
Note: See TracChangeset for help on using the changeset viewer.