- Timestamp:
- 30 Aug 2012, 11:16:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/tests.py
r8528 r9129 81 81 self.assertMatches('...Total Amount Authorized:...', 82 82 self.browser.contents) 83 # The total amount to be processed by Interswitch84 # has been reduced by the Interswitch fee of 150 Nairas85 83 self.assertMatches( 86 84 '...<input type="hidden" name="amount" value="4000000.0" />...', 85 self.browser.contents) 86 self.assertMatches( 87 '...item_name="schoolfee" item_amt="3795000" bank_id="117" acct_num="6216801033"...', 88 self.browser.contents) 89 self.assertMatches( 90 '...item_name="FCEOkene Split" item_amt="140000" bank_id="117" acct_num="6216801058"...', 91 self.browser.contents) 92 self.assertMatches( 93 '...item_name="BT Education" item_amt="50000" bank_id="31" acct_num="0026781725"...', 87 94 self.browser.contents) 88 95
Note: See TracChangeset for help on using the changeset viewer.