Ignore:
Timestamp:
12 Nov 2011, 06:35:45 (13 years ago)
Author:
uli
Message:

It is KB, not GB, actually.

File:
1 edited

Legend:

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

    r7087 r7088  
    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 21 GB size
     668        photo_content = 'A' * 1024 * 21  # A string of 21 KB 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.