Ignore:
Timestamp:
13 Jul 2020, 07:17:03 (5 years ago)
Author:
Henrik Bettermann
Message:

Enable file upload and change prefixes.

File:
1 edited

Legend:

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

    r16151 r16164  
    303303        applicantscontainer.application_fee = 1.0 # Must be set but is not used.
    304304        applicantscontainer.code = u'trans1234'
    305         applicantscontainer.prefix = 'transfull'
     305        applicantscontainer.prefix = 'tscf'
    306306        applicantscontainer.title = u'This is a trans container'
    307307        applicantscontainer.application_category = 'no'
Note: See TracChangeset for help on using the changeset viewer.