Ignore:
Timestamp:
21 Dec 2015, 15:30:08 (9 years ago)
Author:
Henrik Bettermann
Message:

Fix CustomPDFApplicationSlip.

Shorten application prefixes.

File:
1 edited

Legend:

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

    r13552 r13557  
    169169        delattr(ApplicantsContainer, 'prefix')
    170170        # ... and replace by asaba
    171         self.applicantscontainer.prefix = 'affilasa'
     171        self.applicantscontainer.prefix = 'afas'
    172172        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    173173        self.slip_path = self.view_path + '/application_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.