- Timestamp:
- 23 Oct 2012, 08:24:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py
r9387 r9392 69 69 self.student['studycourse'].current_verdict = 'A' 70 70 self.student['studycourse'].current_level = 100 71 # Set local lga 72 self.student.lga = u'kwara_asa' 71 73 # Update the catalog 72 74 notify(grok.ObjectModifiedEvent(self.student)) … … 101 103 self.browser.contents) 102 104 self.assertMatches( 103 '...<span> 60980.0</span>...',105 '...<span>37100.0</span>...', 104 106 self.browser.contents) 105 107 self.payment_url = self.browser.url … … 110 112 self.browser.contents) 111 113 self.assertMatches( 112 '...<input type="hidden" name="amount" value=" 6098000.0" />...',113 self.browser.contents) 114 self.assertMatches( 115 '...item_name="schoolfee" item_amt=" 5768000" bank_id="120" acct_num="1771180233"...',114 '...<input type="hidden" name="amount" value="3710000.0" />...', 115 self.browser.contents) 116 self.assertMatches( 117 '...item_name="schoolfee" item_amt="3380000" bank_id="120" acct_num="1771180233"...', 116 118 self.browser.contents) 117 119 self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.