Changeset 15086 for main/waeup.aaue
- Timestamp:
- 12 Jul 2018, 05:49:28 (6 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/etranzact
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r14520 r15086 118 118 'ACCEPTANCE-FEE-IJMBE': ('clearance',), 119 119 120 'APPLICATION-FEE ': ('application',),120 'APPLICATION-FEE-UTME': ('application',), 121 121 'APPLICATION-FEE-PT': ('application',), 122 122 'APPLICATION-FEE-FP': ('application',), -
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/tests.py
r14087 r15086 140 140 141 141 self.browser.open( 142 'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE '142 'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE-UTME' 143 143 % self.p_id) 144 144 self.assertEqual(self.browser.contents, ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2) … … 302 302 def test_webservice(self): 303 303 self.browser.open( 304 'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE '304 'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE-UTME' 305 305 % self.p_id) 306 306 self.assertEqual(self.browser.contents,
Note: See TracChangeset for help on using the changeset viewer.