Changeset 13648
- Timestamp:
- 2 Feb 2016, 16:47:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r13430 r13648 709 709 self.browser.open(self.edit_path) 710 710 # Create a pseudo image file and select it to be uploaded in form 711 photo_content = 'A' * 1024 * 21 # A string of 21 KB size711 photo_content = 'A' * 1024 * 51 # A string of 11 KB size 712 712 pseudo_image = StringIO(photo_content) 713 713 ctrl = self.browser.getControl(name='form.passport')
Note: See TracChangeset for help on using the changeset viewer.