Ignore:
Timestamp:
13 Nov 2017, 15:24:34 (7 years ago)
Author:
Henrik Bettermann
Message:

Adjust test.

File:
1 edited

Legend:

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

    r14698 r14896  
    673673        self.assertTrue(
    674674            'birth_certificate deleted' in self.browser.contents)
    675         # Uploading a file which is bigger than 150k will raise an error
    676         big_image = StringIO(open(SAMPLE_IMAGE, 'rb').read() * 75)
     675        # Uploading a file which is bigger than 250k will raise an error
     676        big_image = StringIO(open(SAMPLE_IMAGE, 'rb').read() * 100)
    677677        ctrl = self.browser.getControl(name='birthcertificateupload')
    678678        file_ctrl = ctrl.mech_control
Note: See TracChangeset for help on using the changeset viewer.