Changeset 13539 for main/waeup.kwarapoly


Ignore:
Timestamp:
11 Dec 2015, 09:06:02 (9 years ago)
Author:
Henrik Bettermann
Message:

We do not need to export next_matric_dict any longer.

Location:
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/university
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/university/export.py

    r12905 r13539  
    2222
    2323    fields = ('code', 'faculty_code', 'title', 'title_prefix',
    24         'users_with_local_roles', 'next_matric_dict')
     24        'users_with_local_roles')
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/university/tests.py

    r13391 r13539  
    4747        self.assertEqual(
    4848            result,
    49             'code,faculty_code,title,title_prefix,users_with_local_roles,'
    50             'next_matric_dict\r\n'
    51             'dep1,fac1,Unnamed Department,department,[],{2015: 11}\r\n'
     49            'code,faculty_code,title,title_prefix,users_with_local_roles\r\n'
     50            'dep1,fac1,Unnamed Department,department,[]\r\n'
    5251            )
    5352        return
Note: See TracChangeset for help on using the changeset viewer.