- Timestamp:
- 2 Nov 2018, 09:29:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r15179 r15215 92 92 self.browser.contents) 93 93 self.assertTrue( 94 'item_name="School Fee" item_amt="2575000" bank_id="11 " acct_num="0010761873"' in94 'item_name="School Fee" item_amt="2575000" bank_id="117" acct_num="1012808851"' in 95 95 self.browser.contents) 96 96 # ND FT Non-Deltan Fresh Student Acceptance Fee … … 199 199 self.payment_url = self.browser.url 200 200 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="101 2808851" />'201 self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1015220292" />' 202 202 in self.browser.contents) 203 203 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.