Ignore:
Timestamp:
2 Feb 2016, 16:47:39 (9 years ago)
Author:
Henrik Bettermann
Message:

Fix test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r13430 r13648  
    709709        self.browser.open(self.edit_path)
    710710        # Create a pseudo image file and select it to be uploaded in form
    711         photo_content = 'A' * 1024 * 21  # A string of 21 KB size
     711        photo_content = 'A' * 1024 * 51  # A string of 11 KB size
    712712        pseudo_image = StringIO(photo_content)
    713713        ctrl = self.browser.getControl(name='form.passport')
Note: See TracChangeset for help on using the changeset viewer.