Ignore:
Timestamp:
9 Nov 2015, 14:13:28 (9 years ago)
Author:
Henrik Bettermann
Message:

Little cause but big effect: these tests had to adjusted for the changes in the previous revision.

File:
1 edited

Legend:

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

    r13374 r13421  
    5757        self.student.nationality = u'NG'
    5858        self.browser.open(self.payments_path + '/addop')
    59         self.browser.getControl(name="form.p_category").value = ['clearance']
     59        self.browser.getControl(name="form.p_category").value = ['clearance_incl']
    6060        self.browser.getControl("Create ticket").click()
    6161        self.assertMatches('...ticket created...',
     
    6565
    6666        self.browser.open(self.payments_path + '/addop')
    67         self.browser.getControl(name="form.p_category").value = ['schoolfee']
     67        self.browser.getControl(name="form.p_category").value = ['schoolfee_incl']
    6868        self.browser.getControl("Create ticket").click()
    6969        self.assertMatches('...ticket created...',
     
    108108            'FeeStatus=unpaid~'
    109109            'Semester=N/A~'
    110             'PaymentType=School Fee~'
     110            'PaymentType=School Fee Plus~'
    111111            'MatricNumber=E1000000~'
    112112            'Email=aa@aa.ng~'
     
    164164            'FeeStatus=unpaid~'
    165165            'Semester=N/A~'
    166             'PaymentType=School Fee~'
     166            'PaymentType=School Fee Plus~'
    167167            'MatricNumber=E1000000~'
    168168            'Email=aa@aa.ng~'
Note: See TracChangeset for help on using the changeset viewer.