Changeset 13402 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 7 Nov 2015, 05:24:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/tests.py
r13400 r13402 139 139 in self.browser.contents) 140 140 self.assertTrue( 141 'item_name="School Fee plus Student Union Dues and Welfare Ass." '141 'item_name="School Fee plus Students\' Union and Welfare Assurance Fees" ' 142 142 'item_amt="4600000" bank_id="7" ' 143 143 'acct_num="1014847058"' in self.browser.contents) … … 213 213 in self.browser.contents) 214 214 self.assertTrue( 215 'item_name="Acceptance Fee plus Matric Gown Fee and Lapel Fee" '215 'item_name="Acceptance Fee plus Matric Gown and Lapel/File Fees" ' 216 216 'item_amt="4000000" bank_id="117" ' 217 217 'acct_num="1014066976"' in self.browser.contents) … … 274 274 in self.browser.contents) 275 275 self.assertTrue( 276 'item_name=" AAUStudent Welfare Assurance Fee" item_amt="131700" '276 'item_name="Student Welfare Assurance Fee" item_amt="131700" ' 277 277 'bank_id="123" acct_num="1006407792"' 278 278 in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.