Changeset 7929


Ignore:
Timestamp:
20 Mar 2012, 15:21:01 (13 years ago)
Author:
Henrik Bettermann
Message:

Add package for eTranzact payments (query history only).

Location:
main/waeup.custom/trunk/src/waeup/custom
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/interswitch/tests.py

    r7928 r7929  
    2020from waeup.custom.testing import FunctionalLayer
    2121
    22 class StudentUITests(StudentsFullSetup):
    23     """Tests for customized student class views and pages
     22class InterswitchTests(StudentsFullSetup):
     23    """Tests for the Interswitch payment gateway.
    2424    """
    2525
     
    3737            '&url=http://xyz') % (resp, apprAmt)
    3838
    39     def test_manage_payments(self):
     39    def test_callback(self):
    4040
    41         # Managers can add online payment tickets
    4241        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    4342        self.browser.open(self.payments_student_path)
Note: See TracChangeset for help on using the changeset viewer.