Ignore:
Timestamp:
8 Aug 2016, 15:14:57 (8 years ago)
Author:
Henrik Bettermann
Message:

Use other prefixes for Akoka and Asaba applications.

File:
1 edited

Legend:

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

    r14054 r14061  
    191191        delattr(ApplicantsContainer, 'prefix')
    192192        # ... and replace by akoka
    193         self.applicantscontainer.prefix = 'afk'
     193        self.applicantscontainer.prefix = 'akj'
    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.