Ignore:
Timestamp:
28 Mar 2012, 16:49:18 (13 years ago)
Author:
Henrik Bettermann
Message:

Callback requests in the base package are only for demonstration purposes. These components must be neutralized in the customization package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r7984 r7997  
    644644                          self.browser.contents)
    645645        # Callback can't be applied twice
    646         self.browser.open(payment_url + '/callback')
     646        self.browser.open(payment_url + '/simulate_callback')
    647647        self.assertMatches(
    648648            "...Transition 'pay' requires 'started' as source state...",
Note: See TracChangeset for help on using the changeset viewer.