Ignore:
Timestamp:
2 Nov 2018, 09:29:56 (6 years ago)
Author:
Henrik Bettermann
Message:

Adjust tests.

Disable hostel booking fee payment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r15179 r15215  
    9292            self.browser.contents)
    9393        self.assertTrue(
    94             'item_name="School Fee" item_amt="2575000" bank_id="11" acct_num="0010761873"' in
     94            'item_name="School Fee" item_amt="2575000" bank_id="117" acct_num="1012808851"' in
    9595            self.browser.contents)
    9696        # ND FT Non-Deltan Fresh Student Acceptance Fee
     
    199199        self.payment_url = self.browser.url
    200200        self.browser.getLink("CollegePAY", index=0).click()
    201         self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1012808851" />'
     201        self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1015220292" />'
    202202            in self.browser.contents)
    203203        self.assertTrue('<item_detail item_id="2" item_name="School Fee 2" item_amt="1030000" bank_id="123" acct_num="1002883141" />'
Note: See TracChangeset for help on using the changeset viewer.