Ignore:
Timestamp:
7 Jun 2016, 20:35:15 (8 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

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

    r13785 r13887  
    472472        configuration = CustomSessionConfiguration()
    473473        configuration.academic_session = datetime.now().year - 2
     474        self.applicantscontainer.application_fee = 1000.0
    474475        self.app['configuration'].addSessionConfiguration(configuration)
    475476        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    476477        self.browser.open(self.manage_path)
    477478        #IWorkflowState(self.student).setState('started')
    478         self.applicantscontainer.application_fee = 1000.0
    479479        super(InterswitchTestsApplicants, self).fill_correct_values()
    480480        self.browser.getControl("Add online").click()
Note: See TracChangeset for help on using the changeset viewer.