Ignore:
Timestamp:
21 Sep 2013, 08:27:47 (11 years ago)
Author:
Henrik Bettermann
Message:

Disable score editing on department manage page.

Add tests.

File:
1 edited

Legend:

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

    r10435 r10634  
    116116        # The code has explicitely to be set, otherwise we don't
    117117        # find created students in their department
    118         self.app['faculties']['fac1']['dep1'] = Department(code='dep1')
     118        self.app['faculties']['fac1']['dep1'] = Department(code=u'dep1')
    119119        self.department = self.app['faculties']['fac1']['dep1']
    120120        self.app['faculties']['fac1']['dep1'].certificates.addCertificate(
Note: See TracChangeset for help on using the changeset viewer.