Changeset 7087 for main


Ignore:
Timestamp:
11 Nov 2011, 16:39:01 (13 years ago)
Author:
Henrik Bettermann
Message:

minor change

File:
1 edited

Legend:

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

    r7086 r7087  
    666666        self.login()
    667667        # Create a pseudo image file and select it to be uploaded in form
    668         photo_content = 'A' * 1024 * 21  # A string of 11 GB size
     668        photo_content = 'A' * 1024 * 21  # A string of 21 GB size
    669669        pseudo_image = StringIO(photo_content)
    670670        ctrl = self.browser.getControl(name='form.passport')
Note: See TracChangeset for help on using the changeset viewer.