Ignore:
Timestamp:
12 May 2012, 08:43:51 (12 years ago)
Author:
Henrik Bettermann
Message:

Make waeup.uniben in line with base package. Fortunately we can now use the payment methods used in the base package and do no longer need the actions_after functions in w.u.students.utils and w.u.applicants.utils.

Interswitch and etranzact modules have not been tested with live gateways. The query functions and approval methods may fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/etranzact/tests.py

    r8271 r8430  
    109109        configuration.application_fee = 1000.0
    110110        self.app['configuration'].addSessionConfiguration(configuration)
     111        self.browser.open(self.manage_path)
    111112        self.browser.getControl("Add online").click()
    112113        self.assertMatches('...ticket created...',
    113114                           self.browser.contents)
    114         ctrl = self.browser.getControl(name='val_id')
    115         value = ctrl.options[0]
    116         self.browser.getLink(value).click()
    117115        self.assertMatches('...Amount Authorized...',
    118116                           self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.