Changeset 10369 for main/waeup.futminna
- Timestamp:
- 23 Jun 2013, 20:15:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/interswitch/tests.py
r10275 r10369 88 88 self.browser.contents) 89 89 self.assertMatches( 90 '...item_name="BT Education" item_amt="150000" bank_id=" 31" acct_num="0026781725"...',90 '...item_name="BT Education" item_amt="150000" bank_id="117" acct_num="1010764827"...', 91 91 self.browser.contents) 92 92 … … 296 296 self.assertTrue( 297 297 '<item_detail item_id="2" item_name="BT Education" ' 298 'item_amt="50000" bank_id=" 31" acct_num="0026781725" />'298 'item_amt="50000" bank_id="117" acct_num="1010764827" />' 299 299 in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.