Ignore:
Timestamp:
6 Aug 2016, 05:01:07 (9 years ago)
Author:
Henrik Bettermann
Message:

Add more Akoka application prefixes (application types).

File:
1 edited

Legend:

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

    r13819 r14054  
    191191        delattr(ApplicantsContainer, 'prefix')
    192192        # ... and replace by akoka
    193         self.applicantscontainer.prefix = 'afak'
     193        self.applicantscontainer.prefix = 'afk'
    194194        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    195195        self.slip_path = self.view_path + '/application_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.