Changeset 10226 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 24 May 2013, 17:54:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_dynamicroles.py
r8963 r10226 82 82 def test_valid_officer(self): 83 83 # for an officer that has clearance role on the connected dept 84 # we get the ApplicationsOfficer role on our student84 # we get the ClearanceOfficer role on our student 85 85 prm = IPrincipalRoleManager(self.student) 86 86 result = prm.getRolesForPrincipal('alice')
Note: See TracChangeset for help on using the changeset viewer.