Changeset 7086 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 11 Nov 2011, 16:37:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r7083 r7086 666 666 self.login() 667 667 # Create a pseudo image file and select it to be uploaded in form 668 photo_content = 'A' * 1024 * 11 # A string of 11 GB size668 photo_content = 'A' * 1024 * 21 # A string of 11 GB size 669 669 pseudo_image = StringIO(photo_content) 670 670 ctrl = self.browser.getControl(name='form.passport')
Note: See TracChangeset for help on using the changeset viewer.